aboutsummaryrefslogtreecommitdiffstats
path: root/utils/astman.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/astman.c')
-rwxr-xr-xutils/astman.c4
1 files changed, 2 insertions, 2 deletions
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", "");