]> git.sesse.net Git - betaftpd/commitdiff
Updated cmd_exit() to fit with the others' prototypes.
authorsgunderson <sgunderson>
Sat, 10 Mar 2001 13:20:59 +0000 (13:20 +0000)
committersgunderson <sgunderson>
Sat, 10 Mar 2001 13:20:59 +0000 (13:20 +0000)
cmds.c

diff --git a/cmds.c b/cmds.c
index c17fef9508dfe79c25ec6340ba781fdd7326e82c..9d19d7219a2f777899a794d8d50d69457f1294f1 100644 (file)
--- a/cmds.c
+++ b/cmds.c
@@ -1558,7 +1558,7 @@ int cmd_rein(struct conn * const c)
  *             down without clearing any sockets etc. In other words:
  *             Don't use it on a production site.
  */
-void cmd_exit(struct conn * const c)
+int cmd_exit(struct conn * const c)
 {
        while (first_conn->next_conn)
                destroy_conn(first_conn->next_conn);