X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/bcb2af729883325b5c3c041411b026d125c78869..1f60835b6e1b2ec47155fe46ebfd0cca8be90a4f:/lib/client-stubs.h diff --git a/lib/client-stubs.h b/lib/client-stubs.h index 8b0f4c5..07312b4 100644 --- a/lib/client-stubs.h +++ b/lib/client-stubs.h @@ -539,6 +539,7 @@ int disorder_revoke(disorder_client *c); * * @param c Client * @param addressp Where to store hostname or address + * @param portp Where to store service name or port number * @return 0 on success, non-0 on error */ int disorder_rtp_address(disorder_client *c, char **addressp, char **portp); @@ -759,6 +760,7 @@ int disorder_set_volume(disorder_client *c, long left, long right); * * @param c Client * @param leftp Left channel volume + * @param rightp Right channel volume * @return 0 on success, non-0 on error */ int disorder_get_volume(disorder_client *c, long *leftp, long *rightp);