summaryrefslogtreecommitdiff
path: root/nsswitch/libwbclient/wbclient_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'nsswitch/libwbclient/wbclient_internal.h')
-rw-r--r--nsswitch/libwbclient/wbclient_internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/nsswitch/libwbclient/wbclient_internal.h b/nsswitch/libwbclient/wbclient_internal.h
index 5ce820785e..6c59be3fef 100644
--- a/nsswitch/libwbclient/wbclient_internal.h
+++ b/nsswitch/libwbclient/wbclient_internal.h
@@ -32,4 +32,7 @@ wbcErr wbcRequestResponsePriv(int cmd,
struct winbindd_request *request,
struct winbindd_response *response);
+void *wbcAllocateMemory(size_t nelem, size_t elsize,
+ void (*destructor)(void *ptr));
+
#endif /* _WBCLIENT_INTERNAL_H */