From 8b3aa75c5407d4917c6c54484f07c5472894def5 Mon Sep 17 00:00:00 2001 From: Jan Lipovský Date: Thu, 30 Dec 2010 10:59:31 +0100 Subject: ncpmount wrapper --- dialogs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dialogs.h') 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 -- cgit