summaryrefslogtreecommitdiffstats
path: root/globals.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 /globals.h
parent385f6377ca4f0be4cf4a5b493e8d13995534b5be (diff)
downloadgncpmount-8b3aa75c5407d4917c6c54484f07c5472894def5.tar.gz
gncpmount-8b3aa75c5407d4917c6c54484f07c5472894def5.tar.xz
gncpmount-8b3aa75c5407d4917c6c54484f07c5472894def5.zip
ncpmount wrapper
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