X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=daemon%2Fdaemon.h;h=bb1ebb3ad9c4425f0f4431774b0e6409a0a4e888;hb=e9c37113104c1cfb234535adc9b52ad3880a41ce;hp=88d03065de3fcde6394b78d72e9e9d0589fe6e7e;hpb=9b3ef85a3d1b43faa98bb5dc922f8a273a5e1dde;p=libguestfs.git diff --git a/daemon/daemon.h b/daemon/daemon.h index 88d0306..bb1ebb3 100644 --- a/daemon/daemon.h +++ b/daemon/daemon.h @@ -116,7 +116,10 @@ extern int sync_disks (void); /*-- in proto.c --*/ extern void main_loop (int sock) __attribute__((noreturn)); -/* ordinary daemon functions use these to indicate errors */ +/* ordinary daemon functions use these to indicate errors + * NB: you don't need to prefix the string with the current command, + * it is added automatically by the client-side RPC stubs. + */ extern void reply_with_error (const char *fs, ...) __attribute__((format (printf,1,2))); extern void reply_with_perror_errno (int err, const char *fs, ...)