summaryrefslogtreecommitdiff
path: root/preproc.h
diff options
context:
space:
mode:
Diffstat (limited to 'preproc.h')
-rw-r--r--preproc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/preproc.h b/preproc.h
index 550a66ea..fea3e8cb 100644
--- a/preproc.h
+++ b/preproc.h
@@ -9,6 +9,10 @@
#ifndef NASM_PREPROC_H
#define NASM_PREPROC_H
+void pp_include_path (char *);
+void pp_pre_include (char *);
+void pp_pre_define (char *);
+
extern Preproc nasmpp;
#endif