summaryrefslogtreecommitdiff
path: root/source3/modules/onefs.h
diff options
context:
space:
mode:
authorTim Prouty <tprouty@samba.org>2009-02-13 21:36:42 -0800
committerTim Prouty <tprouty@samba.org>2009-02-13 21:36:42 -0800
commit85eccea0b435e4b3c6fb4da6f0a7ea6e9b28b070 (patch)
tree0590a544b92e9b8805924c456c760312c43874f0 /source3/modules/onefs.h
parentc05eb1a835ddf0165f72f218d6e1940a02ded37e (diff)
downloadsamba-85eccea0b435e4b3c6fb4da6f0a7ea6e9b28b070.tar.gz
samba-85eccea0b435e4b3c6fb4da6f0a7ea6e9b28b070.tar.bz2
samba-85eccea0b435e4b3c6fb4da6f0a7ea6e9b28b070.zip
s3 OneFS: Add recvfile implementation
Diffstat (limited to 'source3/modules/onefs.h')
-rw-r--r--source3/modules/onefs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/modules/onefs.h b/source3/modules/onefs.h
index 57194960fa..126b75628a 100644
--- a/source3/modules/onefs.h
+++ b/source3/modules/onefs.h
@@ -234,4 +234,7 @@ int onefs_sys_create_file(connection_struct *conn,
uint32_t ntfs_flags,
int *granted_oplock);
+ssize_t onefs_sys_recvfile(int fromfd, int tofd, SMB_OFF_T offset,
+ size_t count);
+
#endif /* _ONEFS_H */