summaryrefslogtreecommitdiff
path: root/source3/librpc/rpc/dcerpc_gssapi.h
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2010-07-28 15:53:56 -0400
committerSimo Sorce <idra@samba.org>2010-07-28 15:53:56 -0400
commit7c9c075987e7cdb2d5cb6311876f088f907e46f2 (patch)
treee8147c6c89ef5410e3c6cc950efe56ffc9e9e408 /source3/librpc/rpc/dcerpc_gssapi.h
parentd17abc69f690ccc845a0a1d6d291b6e21ce86b3d (diff)
downloadsamba-7c9c075987e7cdb2d5cb6311876f088f907e46f2.tar.gz
samba-7c9c075987e7cdb2d5cb6311876f088f907e46f2.tar.bz2
samba-7c9c075987e7cdb2d5cb6311876f088f907e46f2.zip
Do not refernece pipe_auth_data directly in dcerpc_gssapi.c
Diffstat (limited to 'source3/librpc/rpc/dcerpc_gssapi.h')
-rw-r--r--source3/librpc/rpc/dcerpc_gssapi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/rpc/dcerpc_gssapi.h b/source3/librpc/rpc/dcerpc_gssapi.h
index 6367990ac1..3152033841 100644
--- a/source3/librpc/rpc/dcerpc_gssapi.h
+++ b/source3/librpc/rpc/dcerpc_gssapi.h
@@ -35,7 +35,7 @@ NTSTATUS gse_init_client(TALLOC_CTX *mem_ctx,
const char *username,
const char *password,
uint32_t add_gss_c_flags,
- struct pipe_auth_data **_auth);
+ struct gse_context **_gse_ctx);
NTSTATUS gse_get_client_auth_token(TALLOC_CTX *mem_ctx,
struct gse_context *gse_ctx,