summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2011-02-08 14:43:07 -0800
committerJeremy Allison <jra@samba.org>2011-02-08 15:05:59 -0800
commit1911d483e552a6ec73b2c107b968268e7e9111e5 (patch)
tree622f4d840ff9f054814cfab0460a50671b44d58b /source3/include/proto.h
parent5a0ee95b95d22f8eee7cc86d350fb0e60ab54b69 (diff)
downloadsamba-1911d483e552a6ec73b2c107b968268e7e9111e5.tar.gz
samba-1911d483e552a6ec73b2c107b968268e7e9111e5.tar.bz2
samba-1911d483e552a6ec73b2c107b968268e7e9111e5.zip
Add fdopendir().
Diffstat (limited to 'source3/include/proto.h')
-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 2f2c62747d..77a7a4055a 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -890,6 +890,7 @@ int sys_open(const char *path, int oflag, mode_t mode);
FILE *sys_fopen(const char *path, const char *type);
void kernel_flock(int fd, uint32 share_mode, uint32 access_mask);
SMB_STRUCT_DIR *sys_opendir(const char *name);
+SMB_STRUCT_DIR *sys_fdopendir(int fd);
SMB_STRUCT_DIRENT *sys_readdir(SMB_STRUCT_DIR *dirp);
void sys_seekdir(SMB_STRUCT_DIR *dirp, long offset);
long sys_telldir(SMB_STRUCT_DIR *dirp);