Prevent the first line to be a header
[iomenu.git] / buffer.h
blob7e1f28ba8f36ed242820cc4c4bd5a2a2fda81a0f
1 Buffer * fill_buffer(char *);
2 Line * add_line(Buffer *, int, char *, char *, Line *);
3 Line * parse_line(char *, char *);
4 Line * matching_next(Line *);
5 Line * matching_prev(Line *);
6 int line_match_input(Line *, char *, Opt *);
7 void filter_lines(Buffer *, Opt *);