diff src/uicommon/gftpui.h @ 355:60d3da6ab336

2003-1-5 Brian Masney <masneyb@gftp.org> * src/gtk/gftp-gtk.h src/gtk/gtkui.c - when spawning a thread, make sure that the GUI will be updated properly as soon as the thread is finished. * src/uicommon/gftpuicallbacks.c src/uicommon/gftpui.h - added gftpui_common_run_ls() * src/uicommon/gftpui.c (gftpui_common_cmd_ls) src/gtk/transfer.c (ftp_list_files) - converted these functions over to use gftpui_common_run_ls()
author masneyb
date Tue, 06 Jan 2004 01:44:09 +0000
parents e5ad008e7ea8
children 7cb3327f96f7
line wrap: on
line diff
--- a/src/uicommon/gftpui.h	Mon Jan 05 23:38:22 2004 +0000
+++ b/src/uicommon/gftpui.h	Tue Jan 06 01:44:09 2004 +0000
@@ -32,6 +32,7 @@
   void *uidata;
   char *input_string,
        *source_string;
+  GList * files;
   int (*run_function) (gftpui_callback_data * cdata);
 };
 
@@ -100,6 +101,8 @@
 
 int gftpui_common_run_chmod		( gftpui_callback_data * cdata );
 
+int gftpui_common_run_ls 		( gftpui_callback_data * cdata );
+
 int gftpui_common_run_delete		( gftpui_callback_data * cdata );
 
 int gftpui_common_run_rmdir 		( gftpui_callback_data * cdata );