gitktrans-i18n.h

Go to the documentation of this file.
00001 
00012 #ifndef GITK_TRANS_I18N_H
00013 #define GITK_TRANS_I18N_H
00014 
00015 #ifdef __cplusplus
00016 extern "C" {
00017 #endif
00018 
00019 #ifdef GITK_TRANS_I18N_C
00020 xmlDocPtr gitk_dialog_trans_i18n(xmlDocPtr const src);
00021 
00022 void xmlXPathEvalFunc_i18n_gettext(xmlXPathParserContextPtr ctxt, int nargs);
00023 #else
00024 #ifdef GITK_LIB_C
00025 extern xmlDocPtr gitk_dialog_trans_i18n(xmlDocPtr const src);
00026 
00027 extern void *xsltExtInit_i18n(xsltTransformContextPtr ctxt, const xmlChar *URI);
00028 extern void xsltExtShutdown_i18n(xsltTransformContextPtr ctxt, const xmlChar *URI, void *data);
00029 #endif
00030 #endif
00031 
00032 #ifdef __cplusplus
00033 } // extern "C"
00034 #endif
00035 
00036 #endif /* GITK_TRANS_I18N_H */

Generated on Thu Oct 28 10:59:15 2004 for gitk by doxygen 1.3.6