summaryrefslogtreecommitdiff
path: root/indent.h
diff options
context:
space:
mode:
Diffstat (limited to 'indent.h')
-rw-r--r--indent.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indent.h b/indent.h
index 0fffd89..1708dbc 100644
--- a/indent.h
+++ b/indent.h
@@ -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);