Sun Mar 16 07:00:01 CET 2003

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@646 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Matteo Brancaleoni
2003-03-16 06:00:11 +00:00
parent d1b666fc56
commit 7640e83360
11 changed files with 628 additions and 69 deletions

View File

@@ -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", "");