summaryrefslogtreecommitdiffstats
path: root/dialogs.h
diff options
context:
space:
mode:
authorJan Lipovský <janlipovsky@gmail.com>2010-12-30 10:59:31 +0100
committerJan Lipovský <janlipovsky@gmail.com>2010-12-30 10:59:31 +0100
commit8b3aa75c5407d4917c6c54484f07c5472894def5 (patch)
tree96b177625e13c622d16055892580573dc72b8e9d /dialogs.h
parent385f6377ca4f0be4cf4a5b493e8d13995534b5be (diff)
downloadgncpmount-8b3aa75c5407d4917c6c54484f07c5472894def5.tar.gz
gncpmount-8b3aa75c5407d4917c6c54484f07c5472894def5.tar.xz
gncpmount-8b3aa75c5407d4917c6c54484f07c5472894def5.zip
ncpmount wrapper
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