summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-04-28 15:05:30 +0200
committerStefan Metzmacher <metze@samba.org>2010-05-27 07:13:53 +0200
commit9a77cb247d00828845df02030e7d174351daf432 (patch)
treee525d8a90d4d8688f2ce8359791f88c225563022 /source3/include
parent8c0be920442778c24e19f8a52d9f8bc385218834 (diff)
downloadsamba-9a77cb247d00828845df02030e7d174351daf432.tar.gz
samba-9a77cb247d00828845df02030e7d174351daf432.tar.bz2
samba-9a77cb247d00828845df02030e7d174351daf432.zip
s3:rpc_server: add np_read_in_progress() function
metze
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 92c757b1ef..116db698e6 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -5209,6 +5209,7 @@ NTSTATUS np_open(TALLOC_CTX *mem_ctx, const char *name,
const char *client_address,
struct auth_serversupplied_info *server_info,
struct fake_file_handle **phandle);
+bool np_read_in_progress(struct fake_file_handle *handle);
struct tevent_req *np_write_send(TALLOC_CTX *mem_ctx, struct event_context *ev,
struct fake_file_handle *handle,
const uint8_t *data, size_t len);