summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-03-28 13:04:03 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-04-05 02:39:09 +0200
commit900473a45b90c44e5f301feae42f821214228e27 (patch)
treee2e5d94f7c7b5f93a812d0320d954235e74bb440 /source3/include
parentafdb78075c29774c550625e1115ffb7eaf6e015a (diff)
downloadsamba-900473a45b90c44e5f301feae42f821214228e27.tar.gz
samba-900473a45b90c44e5f301feae42f821214228e27.tar.bz2
samba-900473a45b90c44e5f301feae42f821214228e27.zip
build: Remove sys_seekdir wrapper
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 0033e643c1..c8db7bd02c 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -338,7 +338,6 @@ int sys_posix_fallocate(int fd, SMB_OFF_T offset, SMB_OFF_T len);
int sys_fallocate(int fd, enum vfs_fallocate_mode mode, SMB_OFF_T offset, SMB_OFF_T len);
void kernel_flock(int fd, uint32 share_mode, uint32 access_mask);
SMB_STRUCT_DIR *sys_fdopendir(int fd);
-void sys_seekdir(SMB_STRUCT_DIR *dirp, long offset);
long sys_telldir(SMB_STRUCT_DIR *dirp);
void sys_rewinddir(SMB_STRUCT_DIR *dirp);
int sys_closedir(SMB_STRUCT_DIR *dirp);