[fix] update feature arrays to use the new APIs

This commit is contained in:
Al
2015-03-27 20:57:42 -04:00
parent 6768936953
commit 4ccd1b1fe2
2 changed files with 12 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ extern "C" {
#define FEATURE_SEPARATOR_CHAR "|"
void feature_array_add(char_array *features, int num_args, ...);
void feature_array_add(contiguous_string_array_t *features, size_t count, ...);
#ifdef __cplusplus