2eb5250cac52d8898865ee614f296fcd62fe241f
[mTask.git] / client / client.h
1 #ifndef CLIENT_H
2 #define CLIENT_H
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7
8 int main(int argc, char **argv);
9
10 #ifdef __cplusplus
11 }
12 #endif
13 #endif