arguments.h

changeset 34
fa9bda32de17
parent 33
1a2d7298bc82
child 35
35120de6ee53
--- a/arguments.h	Tue Oct 02 10:49:25 2012 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-/*
- * arguments.h
- *
- *  Created on: 15.09.2011
- *      Author: Mike
- */
-
-#ifndef ARGUMENTS_H_
-#define ARGUMENTS_H_
-
-#include "stdinc.h"
-#include "string_list.h"
-
-#ifdef _cplusplus
-extern "C" {
-#endif
-
-int checkArgument(const char*, const char*);
-bool checkParamOpt(int*);
-bool registerArgument(int*, int);
-void parseCSL(char*, string_list_t*);
-
-#ifdef _cplusplus
-}
-#endif
-
-#endif /* ARGUMENTS_H_ */

mercurial