Drop @since tags for non-public functions.
*
* @return SRD_OK upon success.
*
- * @since 0.6.0
+ * @since 0.5.2
*/
SRD_API int srd_log_callback_get(srd_log_callback *cb, void **cb_data)
{
*
* @return SRD_OK upon success, a (negative) error code otherwise.
*
- * @since 0.6.0
+ * @since 0.5.1
*/
SRD_API int srd_session_terminate_reset(struct srd_session *sess)
{
* @return SRD_OK upon success, a (negative) error code otherwise.
*
* @private
- *
- * @since 0.1.0
*/
SRD_PRIV int srd_decoder_searchpath_add(const char *path)
{