diff options
Diffstat (limited to 'src/include/commands/recipe.h')
-rw-r--r-- | src/include/commands/recipe.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/commands/recipe.h b/src/include/commands/recipe.h index 3c8615abb9c..82a3e01cae0 100644 --- a/src/include/commands/recipe.h +++ b/src/include/commands/recipe.h @@ -1,17 +1,17 @@ /*------------------------------------------------------------------------- * * recipe.h-- - * recipe handling routines + * recipe handling routines * * Copyright (c) 1994, Regents of the University of California * - * $Id: recipe.h,v 1.1 1996/08/28 07:21:50 scrappy Exp $ + * $Id: recipe.h,v 1.2 1997/09/07 04:57:28 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef RECIPE_H #define RECIPE_H -extern void beginRecipe(RecipeStmt* stmt); +extern void beginRecipe(RecipeStmt * stmt); -#endif /* RECIPE_H */ +#endif /* RECIPE_H */ |