X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=inline;f=daemon%2Fdaemon.h;h=6872bd7530da3baccd035f74b85327702ebeff21;hb=fdbc5aa711dde73eb448fbe13165c00a44272d00;hp=7ba75990b1e25df721e1c07dddcbcf0433b1cc93;hpb=c2aad5cd929a9932c010d045462bd923162fb593;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)));