From ab0d0a6f4e55d85c32757d3dda3bf40c339d4a23 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Thu, 8 Apr 1999 03:13:33 +0000 Subject: Always do a compile before CVS commit! )-: (This used to be commit 0f37e900fa0744573754796916abf967fee05ea2) --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') 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); -- cgit