summaryrefslogtreecommitdiffstats
path: root/dialogs.h
diff options
context:
space:
mode:
Diffstat (limited to 'dialogs.h')
-rw-r--r--dialogs.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/dialogs.h b/dialogs.h
index 5167b8c..d5ac0c7 100644
--- a/dialogs.h
+++ b/dialogs.h
@@ -4,9 +4,13 @@
#include "globals.h"
/** Shows options dialog */
-void options_dialog ();
+void show_options_dialog ();
+/** Shows error, info or warning message */
void show_message (GtkMessageType type, const gchar *format, gchar *msgtxt, const gchar *format_sec, gchar *msgtxt_sec);
+/** Function shows ncpmount command with set options */
+void show_ncpmount_command ();
+
#endif