make-index/Parser.h

8 lines
222 B
C
Raw Normal View History

2016-09-11 02:40:29 -04:00
struct Parser;
struct Files;
struct Parser *Parser(const char *str);
void Parser_(struct Parser *p);
void ParserRewind(struct Parser *p);
int ParserParse(struct Parser *p, const struct Files *f, int invisible, FILE *fp);