doc: fix mgcp_verify_ci() return val doc

Match the '\returns' doc to the actual implementation.

Change-Id: I6f89abd56ffcda8ba0276db1bc3381fa372e35a4
This commit is contained in:
Neels Hofmeyr
2018-09-03 22:51:30 +02:00
parent 55e0dcf254
commit 8a91d2c04e

View File

@@ -430,7 +430,8 @@ int mgcp_verify_call_id(struct mgcp_endpoint *endp, const char *callid)
/*! Check if the specified connection id seems plausible.
* \param[in] endp pointer to endpoint
* \param{in] connection id to verify
* \returns 1 when connection id seems plausible, 0 on error */
* \returns 0 when connection id is valid and exists, nozero on error.
*/
int mgcp_verify_ci(struct mgcp_endpoint *endp, const char *conn_id)
{
/* Check for null identifiers */