diff options
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index fa04e284d3..6f92de8586 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1,5 +1,8 @@ /* This file is automatically generated with "make proto". DO NOT EDIT */ + +/*The following definitions come from - */ + BOOL check_access(int snum); BOOL allow_access(char *deny_list,char *allow_list,struct from_host *client); BOOL fromhost(int sock,struct from_host *f); |