comparison src/uicommon/gftpuicallbacks.c @ 478:97fd5eb34be0

2004-6-6 Brian Masney <masneyb@gftp.org> * acinclude.m4 configure.in - added AC_TYPE_INTPTR_T that will define intptr_t if it does not exist on the system * lib/gftp.h lib/protocols.c lib/rfc959.c src/uicommon/gftpuicallbacks.c - added specify site argument to rfc959_site(). If this is set, then SITE will be prepended to the command
author masneyb
date Sun, 06 Jun 2004 15:12:35 +0000
parents 6b1e4bd20ae4
children 39e9945288ea
comparison
equal deleted inserted replaced
477:4222894fcc10 478:97fd5eb34be0
37 37
38 38
39 int 39 int
40 gftpui_common_run_site (gftpui_callback_data * cdata) 40 gftpui_common_run_site (gftpui_callback_data * cdata)
41 { 41 {
42 return (gftp_site_cmd (cdata->request, cdata->input_string)); 42 return (gftp_site_cmd (cdata->request, 1, cdata->input_string));
43 } 43 }
44 44
45 45
46 int 46 int
47 gftpui_common_run_chdir (gftpui_callback_data * cdata) 47 gftpui_common_run_chdir (gftpui_callback_data * cdata)