arguments.h

changeset 10
ecf787666f44
child 20
43725438ac50
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/arguments.h	Thu Sep 15 13:29:06 2011 +0200
@@ -0,0 +1,24 @@
+/*
+ * arguments.h
+ *
+ *  Created on: 15.09.2011
+ *      Author: beckermi
+ */
+
+#ifndef ARGUMENTS_H_
+#define ARGUMENTS_H_
+
+#include "stdinc.h"
+
+#ifdef _cplusplus
+extern "C" {
+#endif
+
+int checkArgument(const char*, const char*);
+bool registerArgument(int*, int);
+
+#ifdef _cplusplus
+}
+#endif
+
+#endif /* ARGUMENTS_H_ */

mercurial