mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
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:
@@ -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", "");
|
||||
|
Reference in New Issue
Block a user