diff options
Diffstat (limited to 'src/include/commands/recipe.h')
-rw-r--r-- | src/include/commands/recipe.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/commands/recipe.h b/src/include/commands/recipe.h index 5e0d5286eb9..246cf4eaca8 100644 --- a/src/include/commands/recipe.h +++ b/src/include/commands/recipe.h @@ -5,13 +5,13 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: recipe.h,v 1.3 1997/09/08 02:35:56 momjian Exp $ + * $Id: recipe.h,v 1.4 1997/09/08 21:51:42 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef RECIPE_H #define RECIPE_H -extern void beginRecipe(RecipeStmt * stmt); +extern void beginRecipe(RecipeStmt *stmt); #endif /* RECIPE_H */ |