summaryrefslogtreecommitdiff
path: root/nsswitch/libwbclient/wbclient_internal.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-04-03 13:37:01 +0200
committerVolker Lendecke <vl@samba.org>2010-04-19 14:27:17 +0200
commitab892389db3d7e42e617d38f24c1dff73d608bec (patch)
tree2419b5aeabfbf25fe60caaf589f41c861c782e14 /nsswitch/libwbclient/wbclient_internal.h
parent250bea02b586219275efc87d65fbae32b867ba86 (diff)
downloadsamba-ab892389db3d7e42e617d38f24c1dff73d608bec.tar.gz
samba-ab892389db3d7e42e617d38f24c1dff73d608bec.tar.bz2
samba-ab892389db3d7e42e617d38f24c1dff73d608bec.zip
libwbclient: Add wbcAllocateStringArray
Diffstat (limited to 'nsswitch/libwbclient/wbclient_internal.h')
-rw-r--r--nsswitch/libwbclient/wbclient_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nsswitch/libwbclient/wbclient_internal.h b/nsswitch/libwbclient/wbclient_internal.h
index 78178cbafe..31f413057e 100644
--- a/nsswitch/libwbclient/wbclient_internal.h
+++ b/nsswitch/libwbclient/wbclient_internal.h
@@ -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 */