prefix all sequence symbols with _, they are not part of the GSS-API api. By comment from Wynn Wilkes <wynnw@vintela.com>
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14989 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -247,16 +247,16 @@ gssapi_lifetime_left(OM_uint32 *, OM_uint32, OM_uint32 *);
|
||||
/* sequence */
|
||||
|
||||
OM_uint32
|
||||
gssapi_msg_order_create(OM_uint32 *, struct gss_msg_order **,
|
||||
OM_uint32, OM_uint32, OM_uint32, int);
|
||||
_gssapi_msg_order_create(OM_uint32 *, struct gss_msg_order **,
|
||||
OM_uint32, OM_uint32, OM_uint32, int);
|
||||
OM_uint32
|
||||
gssapi_msg_order_destroy(struct gss_msg_order **);
|
||||
_gssapi_msg_order_destroy(struct gss_msg_order **);
|
||||
|
||||
OM_uint32
|
||||
gssapi_msg_order_check(struct gss_msg_order *, OM_uint32);
|
||||
_gssapi_msg_order_check(struct gss_msg_order *, OM_uint32);
|
||||
|
||||
OM_uint32
|
||||
gssapi_msg_order_f(OM_uint32);
|
||||
_gssapi_msg_order_f(OM_uint32);
|
||||
|
||||
/* 8003 */
|
||||
|
||||
|
Reference in New Issue
Block a user