]> sjero.net Git - wget/blobdiff - src/ftp.h
[svn] Applied Tim Mooney's patch that fixes a build problem under Tru64.
[wget] / src / ftp.h
index 0fa0a164c15ea5ea725169f6f3fb60036a8aacfd..06a53318fde5aa6bc00be4863898fab974b01e89 100644 (file)
--- a/src/ftp.h
+++ b/src/ftp.h
@@ -74,7 +74,7 @@ struct fileinfo
 };
 
 /* Commands for FTP functions.  */
-enum command
+enum wget_ftp_command
 {
   DO_LOGIN      = 0x0001,      /* Connect and login to the server.  */
   DO_CWD        = 0x0002,      /* Change current directory.  */
@@ -83,7 +83,7 @@ enum command
   LEAVE_PENDING = 0x0010       /* Do not close the socket.  */
 };
 
-enum fstatus
+enum wget_ftp_fstatus
 {
   NOTHING       = 0x0000,      /* Nothing done yet.  */
   ON_YOUR_OWN   = 0x0001,      /* The ftp_loop_internal sets the