libwbclient: Re-Fix a bug that was fixed with e5741e27c4c
[samba.git] / nsswitch / libwbclient / wbclient_internal.h
index 2d103ab3df83d500309fcca9a5c30556296b0462..5ce820785eef57ac73557b4da636767c467ad3c5 100644 (file)
@@ -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 */