[FTP]
[reactos.git] / reactos / base / applications / network / ftp / ftp_var.h
index 52cbb92..69bfcfe 100644 (file)
@@ -141,7 +141,7 @@ struct cmd {
        char    c_bell;                 /* give bell when command completes */
        char    c_conn;                 /* must be connected to use command */
        char    c_proxy;                /* proxy server may execute */
-       void    (*c_handler)(void);     /* function to call */
+       void    (*c_handler)(int argc, const char *argv[]);     /* function to call */
 };
 
 struct macel {