libwbclient: Add wbcAllocateStringArray
[samba.git] / nsswitch / libwbclient / wbclient_internal.h
index 78178cbafe92b03c9619fdbeea6e1bd3545ef741..31f413057e04de096b6ecd74ff2a4ef49383e721 100644 (file)
@@ -36,5 +36,6 @@ void *wbcAllocateMemory(size_t nelem, size_t elsize,
                        void (*destructor)(void *ptr));
 
 char *wbcStrDup(const char *str);
+const char **wbcAllocateStringArray(int num_strings);
 
 #endif      /* _WBCLIENT_INTERNAL_H */