From a0162303c6e23c8f1d72a0e788d2665a97d16b4b Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 3 Apr 2010 11:59:29 +0200 Subject: libwbclient: Add wbcStrDup --- nsswitch/libwbclient/wbclient_internal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nsswitch/libwbclient/wbclient_internal.h') diff --git a/nsswitch/libwbclient/wbclient_internal.h b/nsswitch/libwbclient/wbclient_internal.h index 6c59be3fef..78178cbafe 100644 --- a/nsswitch/libwbclient/wbclient_internal.h +++ b/nsswitch/libwbclient/wbclient_internal.h @@ -35,4 +35,6 @@ wbcErr wbcRequestResponsePriv(int cmd, void *wbcAllocateMemory(size_t nelem, size_t elsize, void (*destructor)(void *ptr)); +char *wbcStrDup(const char *str); + #endif /* _WBCLIENT_INTERNAL_H */ -- cgit