From c680e9688da5b5c6893b9bd96f221b58eb161b4a Mon Sep 17 00:00:00 2001 From: sgunderson Date: Sat, 10 Mar 2001 13:20:59 +0000 Subject: [PATCH] Updated cmd_exit() to fit with the others' prototypes. --- cmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmds.c b/cmds.c index c17fef9..9d19d72 100644 --- 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); -- 2.39.2