diff lib/gftp.h @ 275:5810b0f97eee

2003-9-21 Brian Masney <masneyb@gftp.org> * lib/protocols.c (gftp_parse_bookmark) lib/gftp.h lib/bookmark.c src/gtk/bookmarks.c - added pointer to refresh_local variable that is enabled if the local directory was changed. In src/gtk/bookmarks.c, if the local directory was changed, refresh the directory listing.
author masneyb
date Sun, 21 Sep 2003 17:33:45 +0000
parents dbf13a10be13
children 6e255984c0b0
line wrap: on
line diff
--- a/lib/gftp.h	Sun Sep 21 16:50:49 2003 +0000
+++ b/lib/gftp.h	Sun Sep 21 17:33:45 2003 +0000
@@ -816,7 +816,8 @@
 
 int gftp_parse_bookmark 		( gftp_request * request, 
 					  gftp_request * local_request,
-					  const char * bookmark );
+					  const char * bookmark,
+					  int *refresh_local );
 
 int gftp_parse_url 			( gftp_request * request, 
 					  const char *url );