From f18d0b036c00ff24f082855a4fbb28681c39de70 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 27 Sep 2009 11:51:07 +0200 Subject: s3:winbind: Make "check_request_flags" publically available --- source3/winbindd/winbindd_proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/winbindd/winbindd_proto.h') diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h index cf8a9a3fb2..dc5650165b 100644 --- a/source3/winbindd/winbindd_proto.h +++ b/source3/winbindd/winbindd_proto.h @@ -494,6 +494,7 @@ void ndr_print_winbindd_domain(struct ndr_print *ndr, /* The following definitions come from winbindd/winbindd_pam.c */ +bool check_request_flags(uint32_t flags); struct winbindd_domain *find_auth_domain(uint8_t flags, const char *domain_name); NTSTATUS append_auth_data(struct winbindd_cli_state *state, -- cgit