From 5ccd7a56fa07426c19905d080d6202d7335b4847 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 14 Jun 2010 21:11:10 -0400 Subject: s3-rpc_server: Make process_incoming_data() public. Signed-off-by: Andreas Schneider --- source3/include/proto.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index d23b18c1f3..76275ea748 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4367,6 +4367,8 @@ struct tevent_req *np_read_send(TALLOC_CTX *mem_ctx, struct event_context *ev, NTSTATUS np_read_recv(struct tevent_req *req, ssize_t *nread, bool *is_data_outstanding); +ssize_t process_incoming_data(struct pipes_struct *p, char *data, size_t n); + /* The following definitions come from rpc_server/srv_spoolss_nt.c */ void srv_spoolss_cleanup(void); -- cgit