diff options
author | Volker Lendecke <vl@samba.org> | 2009-01-31 14:44:04 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-01-31 17:50:18 +0100 |
commit | 8b480b52cef385f555ca90c804132472e2173129 (patch) | |
tree | 71816eb1da43eeb933c16baa6589525dc1f1530b /source3/include | |
parent | 2d5ec28b3b065940cefdd491ad7c8fd1a58c3a5c (diff) | |
download | samba-8b480b52cef385f555ca90c804132472e2173129.tar.gz samba-8b480b52cef385f555ca90c804132472e2173129.tar.bz2 samba-8b480b52cef385f555ca90c804132472e2173129.zip |
Remove unused np_write sync wrapper
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index ca10b7097f..081225614f 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6318,8 +6318,6 @@ struct async_req *np_write_send(TALLOC_CTX *mem_ctx, struct event_context *ev, struct fake_file_handle *handle, const uint8_t *data, size_t len); NTSTATUS np_write_recv(struct async_req *req, ssize_t *nwritten); -NTSTATUS np_write(struct fake_file_handle *handle, const uint8_t *data, - size_t len, ssize_t *nwritten); struct async_req *np_read_send(TALLOC_CTX *mem_ctx, struct event_context *ev, struct fake_file_handle *handle, uint8_t *data, size_t len); |