blob: 3c8615abb9c2268f07f49351ce8e9c9e2539eda8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/*-------------------------------------------------------------------------
*
* recipe.h--
* recipe handling routines
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: recipe.h,v 1.1 1996/08/28 07:21:50 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef RECIPE_H
#define RECIPE_H
extern void beginRecipe(RecipeStmt* stmt);
#endif /* RECIPE_H */
|