diff lib/gftp.h @ 131:c77f85763e28

2003-4-13 Brian Masney <masneyb@gftp.org> * lib/config_file.c - fixed float config type * lib/gftp.h lib/misc.c - added gftp_gen_ls_string() * src/gtk/menu-items.c (dosave_directory_listing) src/text/gftp-text.c (gftp_text_ls) - use gftp_gen_ls_string()
author masneyb
date Mon, 14 Apr 2003 01:07:36 +0000
parents fe0b21c006f6
children 84b3e69807a2
line wrap: on
line diff
--- a/lib/gftp.h	Sun Apr 13 16:39:19 2003 +0000
+++ b/lib/gftp.h	Mon Apr 14 01:07:36 2003 +0000
@@ -619,6 +619,10 @@
 
 mode_t gftp_parse_attribs 		( char *attribs );
 
+char * gftp_gen_ls_string 		( gftp_file * fle, 
+					  char *file_prefixstr, 
+					  char *file_suffixstr );
+
 /* protocols.c */
 #define GFTP_FTP_NUM				0
 #define GFTP_HTTP_NUM				1