diff lib/gftp.h @ 429:1d45758e5cf5

2004-3-17 Brian Masney <masneyb@gftp.org> * lib/config_file.c lib/gftp.h lib/misc.c lib/protocols.c src/gtk/bookmarks.c (gftp_copy_local_options) - in the new options that are copied, update the the number of options that are stored.
author masneyb
date Wed, 17 Mar 2004 13:03:25 +0000
parents c5d14dca70c3
children 89097f3a4906
line wrap: on
line diff
--- a/lib/gftp.h	Wed Mar 17 12:00:08 2004 +0000
+++ b/lib/gftp.h	Wed Mar 17 13:03:25 2004 +0000
@@ -668,6 +668,7 @@
 
 void gftp_copy_local_options 		( gftp_config_vars ** new_options_vars, 
 					  GHashTable ** new_options_hash,
+					  int *new_num_local_options_vars,
 					  gftp_config_vars * orig_options,
 					  int num_local_options_vars );