aboutsummaryrefslogtreecommitdiffstats
path: root/configfile.h
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2012-10-30 21:29:30 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2012-10-30 21:29:30 +0000
commit62f81e5cafbacfb90ac0f86e52e8e3176aa5ba8f (patch)
tree8f8f6028fa880b3296b1e42bc8d87cead73aaf78 /configfile.h
downloaddhex-62f81e5cafbacfb90ac0f86e52e8e3176aa5ba8f.tar.gz
Imported Upstream version 0.65upstream/0.65
Diffstat (limited to 'configfile.h')
-rw-r--r--configfile.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/configfile.h b/configfile.h
new file mode 100644
index 0000000..eef3a97
--- /dev/null
+++ b/configfile.h
@@ -0,0 +1,10 @@
+#ifndef CONFIGFILE_H
+#define CONFIGFILE_H
+#include <stdio.h>
+#include <stdlib.h>
+#include "machine_type.h"
+#include "output.h"
+
+int readconfigfile(tOutput* output,char* filename);
+#endif
+