sds.c: sdssplitargs_free() removed as it was a duplicate.

This commit is contained in:
antirez
2013-03-06 12:34:43 +01:00
parent cf4d7737bb
commit 729a3432ba
2 changed files with 5 additions and 12 deletions

View File

@ -88,7 +88,6 @@ void sdstoupper(sds s);
sds sdsfromlonglong(long long value);
sds sdscatrepr(sds s, const char *p, size_t len);
sds *sdssplitargs(const char *line, int *argc);
void sdssplitargs_free(sds *argv, int argc);
sds sdsmapchars(sds s, const char *from, const char *to, size_t setlen);
/* Low level functions exposed to the user API */