Fix obsolete documentation of function

Change-Id: I9588b237f1ee2979fe4ac7c802f1ff6300573e0a
This commit is contained in:
Daniel Willmann 2022-10-12 16:37:06 +02:00
parent 33dcdad449
commit 9a3fe3c860
1 changed files with 1 additions and 2 deletions

View File

@ -137,8 +137,7 @@ void gbproxy_bvc_free(struct gbproxy_bvc *bvc)
}
/*! remove BVCs on NSE specified by NSEI.
* \param[in] cfg proxy in which we operate
* \param[in] nsei NS entity in which we should clean up
* \param[in] nse NS entity in which we should clean up
* \param[in] bvci if 0: remove all PTP BVCs; if != 0: BVCI of the single BVC to clean up */
int gbproxy_cleanup_bvcs(struct gbproxy_nse *nse, uint16_t bvci)
{