summaryrefslogtreecommitdiff
path: root/preproc.h
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2002-04-30 20:52:26 +0000
committerH. Peter Anvin <hpa@zytor.com>2002-04-30 20:52:26 +0000
commit6768eb71d8debde65562619c938b997aea1bd9f9 (patch)
tree93fc4f4a6d66891ace9494b737aa4b2c1bed37ef /preproc.h
parentd7ed89eac9580f280fe0017b22c8e38ca75ed8e3 (diff)
downloadnasm-6768eb71d8debde65562619c938b997aea1bd9f9.tar.gz
NASM 0.95nasm-0.95
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