00001 00012 #ifndef GITK_LAYOUT_H 00013 #define GITK_LAYOUT_H 00014 00015 #ifdef __cplusplus 00016 extern "C" { 00017 #endif 00018 00019 #ifdef GITK_LAYOUT_C 00020 void gitk_relayout(void); 00021 #else 00022 extern void gitk_relayout(void); 00023 #endif 00024 00025 #ifdef __cplusplus 00026 } // extern "C" 00027 #endif 00028 00029 #endif /* GITK_LAYOUT_H */