/*------------------------------------------------------------------------- * * recipe.h * recipe handling routines * * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * * $Id: recipe.h,v 1.2 2000/01/26 05:56:19 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef RECIPE_H #define RECIPE_H #include "nodes/parsenodes.h" extern void beginRecipe(RecipeStmt *stmt); #endif /* RECIPE_H */