diff src/uicommon/gftpui.h @ 350:e5ad008e7ea8

2003-1-4 Brian Masney <masneyb@gftp.org> * src/uicommon/gftpui.c src/uicommon/gftpui.h src/uicommon/gftpuicallbacks.c - when switching between ascii/binary, set the option on a global basis. Converted chdir, chmod, delete, rename, rmdir commands over to using the new command run format so that it will work in the different UIs. Added site command to the command line.
author masneyb
date Sun, 04 Jan 2004 17:31:59 +0000
parents eedc2c5727fa
children 60d3da6ab336
line wrap: on
line diff
--- a/src/uicommon/gftpui.h	Sun Jan 04 17:26:50 2004 +0000
+++ b/src/uicommon/gftpui.h	Sun Jan 04 17:31:59 2004 +0000
@@ -98,6 +98,12 @@
 
 int gftpui_common_run_chdir 		( gftpui_callback_data * cdata );
 
+int gftpui_common_run_chmod		( gftpui_callback_data * cdata );
+
+int gftpui_common_run_delete		( gftpui_callback_data * cdata );
+
+int gftpui_common_run_rmdir 		( gftpui_callback_data * cdata );
+
 /* UI Functions that must be implemented by each distinct UI */
 void gftpui_lookup_file_colors 		( gftp_file * fle,
 					  char **start_color,