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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/nsswitch/libwbclient/wbclient_internal.h b/nsswitch/libwbclient/wbclient_internal.h
index 2d103ab3df..5ce820785e 100644
--- a/nsswitch/libwbclient/wbclient_internal.h
+++ b/nsswitch/libwbclient/wbclient_internal.h
@@ -28,4 +28,8 @@ wbcErr wbcRequestResponse(int cmd,
struct winbindd_request *request,
struct winbindd_response *response);
+wbcErr wbcRequestResponsePriv(int cmd,
+ struct winbindd_request *request,
+ struct winbindd_response *response);
+
#endif /* _WBCLIENT_INTERNAL_H */