diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 2b30b7174e..66e626487e 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -929,6 +929,7 @@ int interpret_security(char *str,int def); uint32 interpret_addr(char *str); struct in_addr *interpret_addr2(char *str); BOOL zero_ip(struct in_addr ip); +void reset_globals_after_fork(); char *client_name(void); char *client_addr(void); void standard_sub_basic(char *s); |