maint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and 1 to exit
[libguestfs.git] / daemon / sync.c
index b353b6c..e96bf03 100644 (file)
@@ -24,7 +24,7 @@
 #include "actions.h"
 
 int
-do_sync ()
+do_sync (void)
 {
   sync ();
   return 0;