summaryrefslogtreecommitdiffstats
path: root/dialogs.h
diff options
context:
space:
mode:
Diffstat (limited to 'dialogs.h')
-rw-r--r--dialogs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dialogs.h b/dialogs.h
index e7543cf..5167b8c 100644
--- a/dialogs.h
+++ b/dialogs.h
@@ -6,6 +6,7 @@
/** Shows options dialog */
void options_dialog ();
+void show_message (GtkMessageType type, const gchar *format, gchar *msgtxt, const gchar *format_sec, gchar *msgtxt_sec);
#endif