cline.h

changeset 34
fa9bda32de17
parent 22
4508da679ffb
equal deleted inserted replaced
33:1a2d7298bc82 34:fa9bda32de17
1 /*
2 * cline.h
3 *
4 * Created on: 23.05.2011
5 * Author: Mike
6 */
7
8 #ifndef CLINE_H_
9 #define CLINE_H_
10
11 const char* VERSION=""; /* will be replaced by makefile */
12
13 #include "stdinc.h"
14 #include "settings.h"
15
16 #ifdef _cplusplus
17 extern "C" {
18 #endif
19
20 void printHelpText();
21 int exit_with_version(settings_t*);
22 int exit_with_help(settings_t*, int);
23
24 #ifdef _cplusplus
25 }
26 #endif
27
28 #endif /* CLINE_H_ */

mercurial