diff lib/gftp.h @ 821:b282e346bd25

2006-10-1 Brian Masney <masneyb@gftp.org> * lib/gftp.h lib/misc.c lib/protocols.c src/gtk/misc-gtk.c src/uicommon/gftpuicallbacks.c (gftp_match_filespec) - look at the show_hidden_files option inside this function. Use the option's value to determine if the file should be shown to the user.
author masneyb
date Sun, 01 Oct 2006 18:41:43 +0000
parents 37bc51131e2d
children afbe37351940
line wrap: on
line diff
--- a/lib/gftp.h	Sun Oct 01 18:25:16 2006 +0000
+++ b/lib/gftp.h	Sun Oct 01 18:41:43 2006 +0000
@@ -740,7 +740,8 @@
 
 void make_nonnull 			( char **str );
 
-int gftp_match_filespec 		( const char *filename, 
+int gftp_match_filespec 		( gftp_request * request,
+					  const char *filename, 
 					  const char *filespec );
 
 int gftp_parse_command_line 		( int *argc,