mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-04 03:20:33 +00:00
Change all refererences to 1.6.3 to be 1.8, since that will be the next feature release
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@235904 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -264,7 +264,7 @@ int __ast_string_field_init(struct ast_string_field_mgr *mgr, struct ast_string_
|
||||
* also allocate space for the stringfields and initialize the stringfield management
|
||||
* structure embedded in the outer structure.
|
||||
*
|
||||
* \since 1.6.3
|
||||
* \since 1.8
|
||||
*/
|
||||
#define ast_calloc_with_stringfields(n, type, size) \
|
||||
__ast_calloc_with_stringfields(n, sizeof(type), offsetof(type, __field_mgr), offsetof(type, __field_mgr_pool), \
|
||||
|
Reference in New Issue
Block a user