From: Volker Lendecke Date: Sun, 13 Apr 2008 17:14:09 +0000 (+0200) Subject: Remove namedpipe_transact fn pointer from smb_np_struct X-Git-Tag: release-3-3-0pre1~2669 X-Git-Url: http://git.samba.org/samba.git/?p=jra%2Fsamba%2F.git;a=commitdiff_plain;h=d1f82b7e67a791e19d08c682b607d82ae649feb4 Remove namedpipe_transact fn pointer from smb_np_struct --- diff --git a/source/include/ntdomain.h b/source/include/ntdomain.h index 74a59443c8f..7bd5afe821c 100644 --- a/source/include/ntdomain.h +++ b/source/include/ntdomain.h @@ -325,17 +325,6 @@ typedef struct smb_np_struct { void * (*namedpipe_create)(const char *pipe_name, connection_struct *conn, uint16 vuid); - /* call to perform a write / read namedpipe transaction. - * TransactNamedPipe is weird: it returns whether there - * is more data outstanding to be read, and the - * caller is expected to take note and follow up with - * read requests. - */ - ssize_t (*namedpipe_transact)(void *np_state, - char *data, int len, - char *rdata, int rlen, - bool *pipe_outstanding); - /* call to perform a write namedpipe operation */ ssize_t (*namedpipe_write)(void * np_state,