summaryrefslogtreecommitdiff
path: root/gcc/scan.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/scan.h')
-rw-r--r--gcc/scan.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/scan.h b/gcc/scan.h
index a2d964485e0..1c321f53159 100644
--- a/gcc/scan.h
+++ b/gcc/scan.h
@@ -62,6 +62,9 @@ extern void recognized_function _PARAMS((const char *, int, int, const char *, i
extern void recognized_extern _PARAMS((const char *, int, const char *, int));
extern unsigned int hashstr _PARAMS((const char *, unsigned int));
+struct cpp_reader;
+extern int scan_decls _PARAMS((struct cpp_reader *, int, char **));
+
/* get_token is a simple C lexer. */
#define IDENTIFIER_TOKEN 300
#define CHAR_TOKEN 301