summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_not_implemented.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/modules/vfs_not_implemented.c')
-rw-r--r--source3/modules/vfs_not_implemented.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/modules/vfs_not_implemented.c b/source3/modules/vfs_not_implemented.c
index 95c1757a7cc..fcc1ca1abbe 100644
--- a/source3/modules/vfs_not_implemented.c
+++ b/source3/modules/vfs_not_implemented.c
@@ -591,7 +591,6 @@ uint64_t vfs_not_implemented_fs_file_id(vfs_handle_struct *handle,
return 0;
}
-_PUBLIC_
struct vfs_not_implemented_offload_read_state {
bool dummy;
};
@@ -639,7 +638,6 @@ NTSTATUS vfs_not_implemented_offload_read_recv(struct tevent_req *req,
return NT_STATUS_OK;
}
-_PUBLIC_
struct vfs_not_implemented_offload_write_state {
uint64_t unused;
};