mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
doc: fix mgcp_verify_ci() return val doc
Match the '\returns' doc to the actual implementation. Change-Id: I6f89abd56ffcda8ba0276db1bc3381fa372e35a4
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user