X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2Fdf.c;h=563760d20b4404be2a86d1f89423053a0d1d4282;hp=ad662fa79c2704c5e533489c09cfcd9dedd0b235;hb=d7569c00787fb92a8cd2f08c537ea1662f987901;hpb=7793f8eda6b26002cb751503928e06f7b9c4a7d2 diff --git a/daemon/df.c b/daemon/df.c index ad662fa..563760d 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;