summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-10-07 15:24:48 +0000
committerLuke Leighton <lkcl@samba.org>1998-10-07 15:24:48 +0000
commitcf4e2a601fe6b6c9980da87d51643b726c0de1dd (patch)
treee1fb74b1071a4eb08dadb214d982604ce14ba2c5 /source
parent34afa638f6f7bb145ec094510ac58f7a22dfc3aa (diff)
downloadsamba-cf4e2a601fe6b6c9980da87d51643b726c0de1dd.tar.gz
make proto required
Diffstat (limited to 'source')
-rw-r--r--source/include/proto.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/include/proto.h b/source/include/proto.h
index 7492cb7615e..f7fb2a47c14 100644
--- a/source/include/proto.h
+++ b/source/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 */