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:
@@ -167,7 +167,7 @@ OM_uint32 GSSAPI_LIB_FUNCTION
|
|||||||
gsskrb5_get_time_offset(int *);
|
gsskrb5_get_time_offset(int *);
|
||||||
|
|
||||||
struct gsskrb5_krb5_plugin {
|
struct gsskrb5_krb5_plugin {
|
||||||
enum krb5_plugin_type type;
|
int type;
|
||||||
char *name;
|
char *name;
|
||||||
void *symbol;
|
void *symbol;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user