fix lime declaration inconsistency

This commit is contained in:
Simon Morlat 2017-02-06 13:24:23 +01:00
parent 1121e07313
commit 9bb4a2a4c1
2 changed files with 2 additions and 2 deletions

View file

@ -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

2
oRTP

@ -1 +1 @@
Subproject commit bf36b4f63e987765a5463e350f3278f8b80dbacb
Subproject commit 0136216d99c012b03698bc2984a2c2f047ce7713