From 06c7ec8485c449dbcff7ea4f24ecce068fdab44c Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Thu, 8 Apr 1999 03:01:18 +0000 Subject: Forgot about closedir() function for VFS. Hoo embarassing. (This used to be commit c1cbe07c0391c36066b068fdd42bf1aa40259a5c) --- source3/include/smb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') diff --git a/source3/include/smb.h b/source3/include/smb.h index aa1f743996..29c119df95 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -629,6 +629,7 @@ struct vfs_ops { struct dirent *(*readdir)(DIR *dirp); int (*mkdir)(char *path, mode_t mode); int (*rmdir)(char *path); + int (*closedir)(DIR *dir); /* File operations */ -- cgit