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