change type to int

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23699 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-08-27 11:13:59 +00:00
parent 541c7a5d2b
commit f72a279efc

View File

@@ -167,7 +167,7 @@ OM_uint32 GSSAPI_LIB_FUNCTION
gsskrb5_get_time_offset(int *);
struct gsskrb5_krb5_plugin {
enum krb5_plugin_type type;
int type;
char *name;
void *symbol;
};