From 40b9926da3752f8e6f5d1a23d4dd8ae8655df2b1 Mon Sep 17 00:00:00 2001 From: matteo Date: Sun, 16 Mar 2003 06:00:11 +0000 Subject: Sun Mar 16 07:00:01 CET 2003 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@646 f38db490-d61c-443f-a65b-d21fe96a405b --- utils/astman.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/astman.c') diff --git a/utils/astman.c b/utils/astman.c index 6fa6b8118..2eb35f68e 100755 --- a/utils/astman.c +++ b/utils/astman.c @@ -383,14 +383,14 @@ static int show_doing(char *title, char *tmp) return 0; } -static int hide_doing() +static int hide_doing(void) { newtPopWindow(); newtFormDestroy(showform); return 0; } -static void try_status() +static void try_status(void) { struct message *m; manager_action("Status", ""); -- cgit v1.2.3