From 9bb4a2a4c1229b1b342266838a2056e135491da0 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Mon, 6 Feb 2017 13:24:23 +0100 Subject: [PATCH] fix lime declaration inconsistency --- coreapi/lime.h | 2 +- oRTP | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/coreapi/lime.h b/coreapi/lime.h index 7574c53d7..616a74059 100644 --- a/coreapi/lime.h +++ b/coreapi/lime.h @@ -92,7 +92,7 @@ LINPHONE_PUBLIC int lime_getCachedRcvKeyByZid(xmlDocPtr cacheBuffer, limeKey_t * * @return 0 on success, error code otherwise */ -LINPHONE_PUBLIC int lime_setCachedKey(xmlDocPtr cacheBuffer, limeKey_t *associatedKey, const uint8_t role, uint64_t validityTimeSpan); +LINPHONE_PUBLIC int lime_setCachedKey(xmlDocPtr cacheBuffer, limeKey_t *associatedKey, uint8_t role, uint64_t validityTimeSpan); /** * @brief Free all allocated data in the associated keys structure diff --git a/oRTP b/oRTP index bf36b4f63..0136216d9 160000 --- a/oRTP +++ b/oRTP @@ -1 +1 @@ -Subproject commit bf36b4f63e987765a5463e350f3278f8b80dbacb +Subproject commit 0136216d99c012b03698bc2984a2c2f047ce7713