summaryrefslogtreecommitdiffstats
path: root/daemon/df.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/df.c')
-rw-r--r--daemon/df.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon/df.c b/daemon/df.c
index ad662fa7..563760d2 100644
--- a/daemon/df.c
+++ b/daemon/df.c
@@ -28,7 +28,7 @@
#include "actions.h"
char *
-do_df ()
+do_df (void)
{
int r;
char *out, *err;
@@ -49,7 +49,7 @@ do_df ()
}
char *
-do_df_h ()
+do_df_h (void)
{
int r;
char *out, *err;