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:
Love Hörnquist Åstrand
2005-04-27 17:51:27 +00:00
parent 758edc3a6b
commit d0443e2058
22 changed files with 100 additions and 98 deletions

View File

@@ -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 */