00001 00013 #ifndef GITK_TRANS_STYLE_H 00014 #define GITK_TRANS_STYLE_H 00015 00016 #ifdef __cplusplus 00017 extern "C" { 00018 #endif 00019 00020 #ifdef GITK_TRANS_STYLE_C 00021 xmlDocPtr gitk_dialog_trans_style(xmlDocPtr const src); 00022 #else 00023 #ifdef GITK_LIB_C 00024 extern xmlDocPtr gitk_dialog_trans_style(xmlDocPtr const src); 00025 #endif 00026 #endif 00027 00028 #ifdef __cplusplus 00029 } // extern "C" 00030 #endif 00031 00032 #endif /* GITK_TRANS_STYLE_H */