summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>1999-04-08 03:13:33 +0000
committerTim Potter <tpot@samba.org>1999-04-08 03:13:33 +0000
commitab0d0a6f4e55d85c32757d3dda3bf40c339d4a23 (patch)
tree59a6b5b26f486e6222e4eaa0e7439744b7dbf475 /source3/include
parent06c7ec8485c449dbcff7ea4f24ecce068fdab44c (diff)
downloadsamba-ab0d0a6f4e55d85c32757d3dda3bf40c339d4a23.tar.gz
samba-ab0d0a6f4e55d85c32757d3dda3bf40c339d4a23.tar.bz2
samba-ab0d0a6f4e55d85c32757d3dda3bf40c339d4a23.zip
Always do a compile before CVS commit! )-:
(This used to be commit 0f37e900fa0744573754796916abf967fee05ea2)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 671b6f74aa..7982e1094e 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -3338,6 +3338,7 @@ DIR *vfswrap_opendir(char *fname);
struct dirent *vfswrap_readdir(DIR *dirp);
int vfswrap_mkdir(char *path, mode_t mode);
int vfswrap_rmdir(char *path);
+int vfswrap_closedir(DIR *dirp);
int vfswrap_open(char *fname, int flags, mode_t mode);
int vfswrap_close(int fd);
ssize_t vfswrap_read(int fd, char *data, size_t n);