[APPLICATIONS]
[reactos.git] / reactos / base / applications / network / ftp / ftp_var.h
index a0a99b2..52cbb92 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)();         /* function to call */
+       void    (*c_handler)(void);     /* function to call */
 };
 
 struct macel {