summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-04-29 12:53:13 +0200
committerVolker Lendecke <vl@samba.org>2011-04-29 16:57:37 +0200
commitaa5abcaf7e2844e3bd3d8e8fe26488673ad3c00e (patch)
tree7e2d9a8220b9677bf4a6a0f6b6324dc8524f8c05 /source3/winbindd/winbindd_proto.h
parent0757688eb34ec1a22bf8c28f72416d6684756647 (diff)
downloadsamba-aa5abcaf7e2844e3bd3d8e8fe26488673ad3c00e.tar.gz
samba-aa5abcaf7e2844e3bd3d8e8fe26488673ad3c00e.tar.bz2
samba-aa5abcaf7e2844e3bd3d8e8fe26488673ad3c00e.zip
s3: Make winbindd_reinit_after_fork return NTSTATUS
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index 725bf6f8a7..d0619f6e09 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -291,8 +291,8 @@ void winbind_msg_ip_dropped_parent(struct messaging_context *msg_ctx,
uint32_t msg_type,
struct server_id server_id,
DATA_BLOB *data);
-bool winbindd_reinit_after_fork(const struct winbindd_child *myself,
- const char *logfilename);
+NTSTATUS winbindd_reinit_after_fork(const struct winbindd_child *myself,
+ const char *logfilename);
struct winbindd_domain *wb_child_domain(void);
/* The following definitions come from winbindd/winbindd_group.c */