summaryrefslogtreecommitdiff
path: root/cginput.h
diff options
context:
space:
mode:
authorJohn van Groningen2003-07-11 13:47:24 +0000
committerJohn van Groningen2003-07-11 13:47:24 +0000
commit2255def3b1d52edce2b87c30ddff0a206abda7cd (patch)
tree406f668067c28094b4a64a59d6549554bcb54f51 /cginput.h
parentfix bug in floating point subtract and divide (diff)
add .c and .h files
Diffstat (limited to 'cginput.h')
-rw-r--r--cginput.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cginput.h b/cginput.h
new file mode 100644
index 0000000..dd6b082
--- /dev/null
+++ b/cginput.h
@@ -0,0 +1,2 @@
+void initialize_parser (VOID);
+int parse_file (FILE *file);