summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_proto.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-12-05 04:17:39 +0000
committerJeremy Allison <jra@samba.org>2001-12-05 04:17:39 +0000
commitf8abe6eba4cf77eae9306a0fa3b2c7b5d115fd58 (patch)
tree6e79fbf227c5f9603d44f1d776520ab208451bf6 /source3/nsswitch/winbindd_proto.h
parentcf90455854b2ad71a0b5aca2fcba84113ec1452a (diff)
downloadsamba-f8abe6eba4cf77eae9306a0fa3b2c7b5d115fd58.tar.gz
samba-f8abe6eba4cf77eae9306a0fa3b2c7b5d115fd58.tar.bz2
samba-f8abe6eba4cf77eae9306a0fa3b2c7b5d115fd58.zip
Fixed parse_domain_user to be bool.
Jeremy. (This used to be commit 9563de2ef8c1197f4941671d2fdade7d933c32d0)
Diffstat (limited to 'source3/nsswitch/winbindd_proto.h')
-rw-r--r--source3/nsswitch/winbindd_proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_proto.h b/source3/nsswitch/winbindd_proto.h
index 503f8b4267..4659ad69dd 100644
--- a/source3/nsswitch/winbindd_proto.h
+++ b/source3/nsswitch/winbindd_proto.h
@@ -153,5 +153,5 @@ BOOL winbindd_lookup_groupmem(struct winbindd_domain *domain,
void free_getent_state(struct getent_state *state);
BOOL winbindd_param_init(void);
BOOL check_domain_env(char *domain_env, char *domain);
-void parse_domain_user(const char *domuser, fstring domain, fstring user);
+BOOL parse_domain_user(const char *domuser, fstring domain, fstring user);
#endif /* _PROTO_H_ */