summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-16 12:23:31 +0200
committerVolker Lendecke <vl@samba.org>2009-08-16 12:39:08 +0200
commit459233e6309afc93499d6b8cfd46e93e4e7d5cf3 (patch)
tree13d485c3de6b5dbb85bd614d558b78f9c6195b86 /source3/winbindd/winbindd_proto.h
parenta511a875197778e9f032f442d8cd6a48b4e47f69 (diff)
downloadsamba-459233e6309afc93499d6b8cfd46e93e4e7d5cf3.tar.gz
samba-459233e6309afc93499d6b8cfd46e93e4e7d5cf3.tar.bz2
samba-459233e6309afc93499d6b8cfd46e93e4e7d5cf3.zip
s3:winbind: Convert WINBINDD_GETGRNAM to the new API
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index f68cc2ec40..d462d8a6e1 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -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_ */