[utils] More consistent naming in string_utils

This commit is contained in:
Al
2015-03-27 21:12:08 -04:00
parent 70831b5005
commit 1ac4438e39
4 changed files with 28 additions and 27 deletions

View File

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