summaryrefslogblamecommitdiffstats
path: root/src/parser.h
blob: 2680da5a99594918566ae2ed43c765aa276d7b9d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11


                  







                                      
#ifndef __PARSER_H
#define __PARSER_H

#include "types.h"

#define LINE_SIZE 4096

recipe *
parse(char * path, const char * prev);

#endif /* __PARSER_H */