Add fdopendir().
[metze/samba/wip.git] / source3 / include / proto.h
index 2f2c62747dd643772ef8ff6cfd5cd0f60e5ad6ad..77a7a4055a04623881537c410f26f2c014a3ebc4 100644 (file)
@@ -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);