s3:winbind: Convert WINBINDD_GETGRNAM to the new API
[metze/samba/wip.git] / source3 / winbindd / winbindd_proto.h
index f68cc2ec40f56b26cc36ba9def3114758851dfd1..d462d8a6e1e7633dfca9f7e94241455690739a0c 100644 (file)
@@ -817,4 +817,10 @@ struct tevent_req *winbindd_getgrgid_send(TALLOC_CTX *mem_ctx,
 NTSTATUS winbindd_getgrgid_recv(struct tevent_req *req,
                                struct winbindd_response *response);
 
+struct tevent_req *winbindd_getgrnam_send(TALLOC_CTX *mem_ctx,
+                                         struct tevent_context *ev,
+                                         struct winbindd_request *request);
+NTSTATUS winbindd_getgrnam_recv(struct tevent_req *req,
+                               struct winbindd_response *response);
+
 #endif /*  _WINBINDD_PROTO_H_  */