summaryrefslogtreecommitdiffstats
path: root/src/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.h')
-rw-r--r--src/parser.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/parser.h b/src/parser.h
index 70b3120..3a25a94 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -18,9 +18,12 @@ typedef enum parser_type {
* input from stdin
*/
recipe *
-parse(char * path, const char * prev);
+parse(char * path);
int
parse_item(const char * s, recipe * r, pt * type, char * error);
+int
+parse_step(const char * s, recipe * r, char * error);
+
#endif /* __PARSER_H */