X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fdaemon.h;h=6872bd7530da3baccd035f74b85327702ebeff21;hb=ea99d9ec56e52758ea0d9f01a605fbc51ec95fba;hp=7ba75990b1e25df721e1c07dddcbcf0433b1cc93;hpb=2d9953097b6d3b71122d444a4550047e97aee009;p=libguestfs.git diff --git a/daemon/daemon.h b/daemon/daemon.h index 7ba7599..6872bd7 100644 --- a/daemon/daemon.h +++ b/daemon/daemon.h @@ -112,6 +112,10 @@ struct optgroup { }; extern struct optgroup optgroups[]; +/*-- in sync.c --*/ +/* Use this as a replacement for sync(2). */ +extern int sync_disks (void); + /* ordinary daemon functions use these to indicate errors */ extern void reply_with_error (const char *fs, ...) __attribute__((format (printf,1,2)));