diff options
author | Andreas Schneider <asn@samba.org> | 2011-03-03 14:20:26 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-08 11:41:30 +0100 |
commit | cc5b88545de27ae37a8e8876490d0207c80fae6f (patch) | |
tree | 4a10dbf8cd7bddadeb7df6b51d4c9e9211de111c /source3/librpc | |
parent | bd66fc81b648eaa966522f78c03f5844d9019c44 (diff) | |
download | samba-cc5b88545de27ae37a8e8876490d0207c80fae6f.tar.gz samba-cc5b88545de27ae37a8e8876490d0207c80fae6f.tar.bz2 samba-cc5b88545de27ae37a8e8876490d0207c80fae6f.zip |
s3-rpc_server: Introduce transport in pipe_struct.
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/librpc')
-rw-r--r-- | source3/librpc/rpc/dcerpc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/librpc/rpc/dcerpc.h b/source3/librpc/rpc/dcerpc.h index 0f900871d1..72a8ad55da 100644 --- a/source3/librpc/rpc/dcerpc.h +++ b/source3/librpc/rpc/dcerpc.h @@ -120,6 +120,7 @@ _PUBLIC_ NTSTATUS dcerpc_binding_build_tower(TALLOC_CTX *mem_ctx, struct epm_tower *tower); struct NL_AUTH_MESSAGE; +struct pipe_auth_data; /* The following definitions come from librpc/rpc/dcerpc_helpers.c */ NTSTATUS dcerpc_push_ncacn_packet(TALLOC_CTX *mem_ctx, |