X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/ea410ba1d3b06ba6f60305c7d31369da134906dd..ccf0aafa12134bad479faffbf56b2bc4b3e55b82:/lib/speaker-protocol.c diff --git a/lib/speaker-protocol.c b/lib/speaker-protocol.c index a362b90..1c5199a 100644 --- a/lib/speaker-protocol.c +++ b/lib/speaker-protocol.c @@ -32,10 +32,12 @@ #include "speaker-protocol.h" #include "log.h" -/** @brief Send a speaker messages +/** @brief Send a speaker message * @param fd File descriptor to send to * @param sm Pointer to message - * @param datafd File descriptor to pass with message or -1 + * @param datafd File descriptoxr to pass with message or -1 + * + * @p datafd will be the output from some decoder. */ void speaker_send(int fd, const struct speaker_message *sm, int datafd) { struct msghdr m;