recipe.h
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:0k
- /*-------------------------------------------------------------------------
- *
- * 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 */