mgcp_trunk: fix docstring for mgcp_trunk_alloc()

Change-Id: I845397d829476e15f7e3221c63ea35a00a965647
This commit is contained in:
Philipp Maier
2020-07-01 23:08:50 +02:00
parent a466f57007
commit 080935a8c7

View File

@@ -28,8 +28,8 @@
/*! allocate trunk and add it (if required) to the trunk list.
* (called once at startup by VTY).
* \param[in] cfg mgcp configuration.
* \param[in] nr trunk number.
* \param[in] ttype trunk type.
* \param[in] nr trunk number.
* \returns pointer to allocated trunk, NULL on failure. */
struct mgcp_trunk *mgcp_trunk_alloc(struct mgcp_config *cfg, enum mgcp_trunk_type ttype, int nr)
{