-
- Downloads
Move ast_str_container_alloc and friends
This moves ast_str_container_alloc, ast_str_container_add, ast_str_container_remove, and related private functions into strings.c/h since they really don't belong in astobj2.c/h. As a result of this move, utils also had to be updated. Review: https://reviewboard.asterisk.org/r/2719/ (closes issue ASTERISK-22041) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396105 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- include/asterisk/astobj2.h 0 additions, 50 deletionsinclude/asterisk/astobj2.h
- include/asterisk/strings.h 45 additions, 0 deletionsinclude/asterisk/strings.h
- main/astobj2.c 0 additions, 37 deletionsmain/astobj2.c
- main/strings.c 32 additions, 0 deletionsmain/strings.c
- utils/Makefile 1 addition, 1 deletionutils/Makefile
- utils/refcounter.c 9 additions, 0 deletionsutils/refcounter.c
Loading
Please register or sign in to comment