cline.h

changeset 34
fa9bda32de17
parent 33
1a2d7298bc82
child 35
35120de6ee53
--- a/cline.h	Tue Oct 02 10:49:25 2012 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-/*
- * cline.h
- *
- *  Created on: 23.05.2011
- *      Author: Mike
- */
-
-#ifndef CLINE_H_
-#define CLINE_H_
-
-const char* VERSION=""; /* will be replaced by makefile */
-
-#include "stdinc.h"
-#include "settings.h"
-
-#ifdef _cplusplus
-extern "C" {
-#endif
-
-void printHelpText();
-int exit_with_version(settings_t*);
-int exit_with_help(settings_t*, int);
-
-#ifdef _cplusplus
-}
-#endif
-
-#endif /* CLINE_H_ */

mercurial