summaryrefslogtreecommitdiffstats
path: root/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/globals.h b/globals.h
index ef8ed67..c2f79e0 100644
--- a/globals.h
+++ b/globals.h
@@ -26,6 +26,8 @@ typedef struct gui_struct
GtkWidget *btn_mount;
GtkWidget *btn_browse;
+ gboolean btn_mount_enable;
+
/* Entry */
GtkWidget *entry_username;
GtkWidget *entry_password;
@@ -115,8 +117,11 @@ void set_parameter_text (GtkWidget *entry, gchar **param);
void set_parameter_bool (GtkWidget *checkbox, gboolean *param);
-/** Return ncpmount command*/
-gchar * get_ncpmount_command ();
+/**
+* Return ncpmount command - set length = NULL
+* if you do not wannt to know length of returnet string
+*/
+gchar * get_ncpmount_command (gint *length);
#endif