summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--log.c2
-rw-r--r--session.c2
-rw-r--r--srd.c2
3 files changed, 2 insertions, 4 deletions
diff --git a/log.c b/log.c
index b5402f8..de73603 100644
--- a/log.c
+++ b/log.c
@@ -139,7 +139,7 @@ SRD_API int srd_log_callback_set(srd_log_callback cb, void *cb_data)
*
* @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)
{
diff --git a/session.c b/session.c
index 23e19b8..386fb71 100644
--- a/session.c
+++ b/session.c
@@ -298,7 +298,7 @@ SRD_API int srd_session_send(struct srd_session *sess,
*
* @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)
{
diff --git a/srd.c b/srd.c
index eb29f61..535ea12 100644
--- a/srd.c
+++ b/srd.c
@@ -347,8 +347,6 @@ SRD_API int srd_exit(void)
* @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)
{