/*-------------------------------------------------------------------------
 *
 * recipe.h--
 *    recipe handling routines
 *
 * Copyright (c) 1994, Regents of the University of California
 *
 * recipe.h,v 1.1 1995/02/02 01:03:02 jolly Exp
 *
 *-------------------------------------------------------------------------
 */
#ifndef RECIPE_H
#define RECIPE_H

extern void beginRecipe(RecipeStmt* stmt);

#endif /* RECIPE_H */
