]> git.ipfire.org Git - thirdparty/asterisk.git/commit
vectors: Add new macro and a string vector definition.
authorCorey Farrell <git@cfware.com>
Tue, 7 Nov 2017 20:00:33 +0000 (15:00 -0500)
committerCorey Farrell <git@cfware.com>
Mon, 13 Nov 2017 18:38:26 +0000 (13:38 -0500)
commit2ad6210dd7b9071de3a2d3fb6ebdcb243ec470da
treebfa92e797ae57bbc6c936b314d7dfda08b3a6600
parentb1743cb3c75a943a8a9cb55a3e4355f0133156fe
vectors: Add new macro and a string vector definition.

* AST_VECTOR_STEAL_ELEMENTS - steal the array of elements for use
  with non-vector code.
* struct ast_vector_string - a vector of 'char *'.

Change-Id: I104d1b204be03fccf67e02a195596adcb5ab1e42
include/asterisk/vector.h