diff options
author | Luke Leighton <lkcl@samba.org> | 1998-10-07 15:24:48 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1998-10-07 15:24:48 +0000 |
commit | eb37144cadd7b0a27e8f723111bac2f5af8476b5 (patch) | |
tree | 611570842b56dc2def543e87a1698043c32bc700 /source3/include/proto.h | |
parent | 2fef8f2e87f61043e3f1a2cf7d1f2a4ff9f119ff (diff) | |
download | samba-eb37144cadd7b0a27e8f723111bac2f5af8476b5.tar.gz samba-eb37144cadd7b0a27e8f723111bac2f5af8476b5.tar.bz2 samba-eb37144cadd7b0a27e8f723111bac2f5af8476b5.zip |
make proto required
(This used to be commit cf4e2a601fe6b6c9980da87d51643b726c0de1dd)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 7492cb7615..f7fb2a47c1 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -2335,6 +2335,11 @@ off_t smbw_lseek(int fd, off_t offset, int whence); int smbw_dup(int fd); int smbw_dup2(int fd, int fd2); int smbw_fork(void); +int smbw_acl(const char *pathp, int cmd, int nentries, aclent_t *aclbufp); +int smbw_facl(int fd, int cmd, int nentries, aclent_t *aclbufp); +void stat64_convert(struct stat *st, struct stat64 *st64); +void dirent64_convert(struct dirent *d, struct dirent64 *d64); +void xstat_convert(int vers, struct stat *st, struct kernel_stat *kbuf); /*The following definitions come from smbwrapper/smbw_dir.c */ |