diff options
Diffstat (limited to 'indent.h')
| -rw-r--r-- | indent.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -41,6 +41,8 @@ void diag2(int, const char *); void diag3(int, const char *, int); void diag4(int, const char *, int, int); void dump_line(void); +int lookahead(void); +void lookahead_reset(void); void fill_buffer(void); void parse(int); void pr_comment(void); |
