diff options
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client.h b/src/client.h index b3ade56..9c10acf 100644 --- a/src/client.h +++ b/src/client.h @@ -57,10 +57,10 @@ enum command { * Send a command to satd. Start satd if it is not running. * * @param cmd Command type. - * @param n The length of the message, 0 if `msg` is - * `NULL` or NUL-terminated. + * @param n The length of the message, 0 if + * `msg` is `NULL` or NUL-terminated. * @param msg The message to send. - * @return Zero on success. + * @return 0 on success, -1 on error. * * @throws 0 Error at the daemon-side. */ |