diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-10-30 21:29:30 +0000 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-10-30 21:29:30 +0000 |
commit | 62f81e5cafbacfb90ac0f86e52e8e3176aa5ba8f (patch) | |
tree | 8f8f6028fa880b3296b1e42bc8d87cead73aaf78 /configfile.h | |
download | dhex-62f81e5cafbacfb90ac0f86e52e8e3176aa5ba8f.tar.gz |
Imported Upstream version 0.65upstream/0.65
Diffstat (limited to 'configfile.h')
-rw-r--r-- | configfile.h | 10 |
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 + |