00001 00012 #ifndef GITK_SERVER_H 00013 #define GITK_SERVER_H 00014 00015 #ifdef __cplusplus 00016 extern "C" { 00017 #endif 00018 00019 #ifdef GITK_SERVER_C 00020 void *gitk_server_thread(void *ptr); 00021 #else 00022 #ifdef GITK_LIB_C 00023 extern void *gitk_server_thread(void *ptr); 00024 #endif 00025 #endif 00026 00027 #ifdef __cplusplus 00028 } // extern "C" 00029 #endif 00030 00031 #endif /* GITK_SERVER_H */