list widget selection
[oftp] / src / ftp.h
index 34013c6..13cc415 100644 (file)
--- a/src/ftp.h
+++ b/src/ftp.h
@@ -44,7 +44,7 @@ struct ftp {
        int ctl, lis, data;     /* sockets */
        int lis_port;
 
-       int status;
+       int status, busy;
        char *user, *pass;
 
        struct ftp_op *qhead, *qtail;