X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fsync.c;h=e96bf032a3accab1eeb5ec2ce77527b098004ead;hb=9dd53bcb10283295d7fb5f0a3469be2984d99926;hp=70962dff2ca584ed02d94330c3d19c68b8b7a831;hpb=b4d2a01828e5de85e5eee3631f7fe3925a0312ca;p=libguestfs.git diff --git a/daemon/sync.c b/daemon/sync.c index 70962df..e96bf03 100644 --- a/daemon/sync.c +++ b/daemon/sync.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009 Red Hat Inc. + * Copyright (C) 2009 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -24,7 +24,7 @@ #include "actions.h" int -do_sync () +do_sync (void) { sync (); return 0;