* Sync with recent trunk (r52637).
[reactos.git] / base / applications / network / ftp / ftp_var.h
index a0a99b2..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 */
        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)();         /* function to call */
+       void    (*c_handler)(int argc, const char *argv[]);     /* function to call */
 };
 
 struct macel {
 };
 
 struct macel {