summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/io/parameters.h')
-rw-r--r--src/io/parameters.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/io/parameters.h b/src/io/parameters.h
new file mode 100644
index 0000000..1011e2b
--- /dev/null
+++ b/src/io/parameters.h
@@ -0,0 +1,13 @@
+#ifndef _ZoO_IO_PARAMETERS_H_
+#define _ZoO_IO_PARAMETERS_H_
+
+#include "parameters_types.h"
+
+int ZoO_parameters_initialize
+(
+ struct ZoO_parameters param [const static 1],
+ int const argc,
+ const char * argv [const static argc]
+);
+
+#endif