00001
00012 #ifndef GITK_TEMPLATE_H
00013 #define GITK_TEMPLATE_H
00014
00015 #ifdef __cplusplus
00016 extern "C" {
00017 #endif
00018
00019 #ifdef GITK_TEMPLATE_C
00020 void gitk_template_message(gchar * const text);
00021 void gitk_template_message_with_title(gchar * const text,gchar * const title);
00022 #else
00023 extern void gitk_template_message(gchar * const text);
00024 extern void gitk_template_message_with_title(gchar * const text,gchar * const title);
00025 #endif
00026
00027 #ifdef __cplusplus
00028 }
00029 #endif
00030
00031 #endif