From 8b3aa75c5407d4917c6c54484f07c5472894def5 Mon Sep 17 00:00:00 2001 From: Jan Lipovský Date: Thu, 30 Dec 2010 10:59:31 +0100 Subject: ncpmount wrapper --- globals.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'globals.h') diff --git a/globals.h b/globals.h index 95e48d8..ef8ed67 100644 --- a/globals.h +++ b/globals.h @@ -107,9 +107,6 @@ typedef struct params 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 -- cgit