summaryrefslogtreecommitdiffstats
path: root/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/globals.h b/globals.h
index 95e48d8..ef8ed67 100644
--- a/globals.h
+++ b/globals.h
@@ -108,9 +108,6 @@ TParameters cmd_params;
/** Sets given parameter whith given value */
-/*void init_parameters (const gchar *value, gchar **param);*/
-
-/** Sets given parameter whith given value */
void set_parameter_text (GtkWidget *entry, gchar **param);
@@ -118,6 +115,8 @@ void set_parameter_text (GtkWidget *entry, gchar **param);
void set_parameter_bool (GtkWidget *checkbox, gboolean *param);
+/** Return ncpmount command*/
+gchar * get_ncpmount_command ();
#endif