diff options
Diffstat (limited to 'src/backend/commands/_deadcode/recipe.h')
-rw-r--r-- | src/backend/commands/_deadcode/recipe.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/backend/commands/_deadcode/recipe.h b/src/backend/commands/_deadcode/recipe.h new file mode 100644 index 00000000000..b0c6f9faee3 --- /dev/null +++ b/src/backend/commands/_deadcode/recipe.h @@ -0,0 +1,19 @@ +/*------------------------------------------------------------------------- + * + * recipe.h + * recipe handling routines + * + * Copyright (c) 1994, Regents of the University of California + * + * $Id: recipe.h,v 1.1 1999/02/24 17:29:00 momjian Exp $ + * + *------------------------------------------------------------------------- + */ +#ifndef RECIPE_H +#define RECIPE_H + +#include "nodes/parsenodes.h" + +extern void beginRecipe(RecipeStmt *stmt); + +#endif /* RECIPE_H */ |