Switch arguments.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24714 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -313,24 +313,24 @@ _gss_wrap_iov_t(OM_uint32 *minor_status,
|
||||
int conf_req_flag,
|
||||
gss_qop_t qop_req,
|
||||
int * conf_state,
|
||||
int iov_count,
|
||||
gss_iov_buffer_desc *iov);
|
||||
gss_iov_buffer_desc *iov,
|
||||
int iov_count)
|
||||
|
||||
typedef OM_uint32
|
||||
_gss_unwrap_iov_t(OM_uint32 *minor_status,
|
||||
gss_ctx_id_t context_handle,
|
||||
int *conf_state,
|
||||
gss_qop_t *qop_state,
|
||||
int iov_count,
|
||||
gss_iov_buffer_desc *iov);
|
||||
gss_iov_buffer_desc *iov,
|
||||
int iov_count);
|
||||
|
||||
typedef OM_uint32
|
||||
_gss_wrap_iov_length_t(OM_uint32 * minor_status,
|
||||
gss_ctx_id_t context_handle,
|
||||
int conf_req_flag,
|
||||
gss_qop_t qop_req,
|
||||
int iov_count,
|
||||
gss_iov_buffer_desc *iov);
|
||||
gss_iov_buffer_desc *iov,
|
||||
int iov_count);
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user