Prefix enum plugin_type.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21555 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -45,7 +45,7 @@ struct krb5_plugin {
|
|||||||
};
|
};
|
||||||
|
|
||||||
struct plugin {
|
struct plugin {
|
||||||
enum plugin_type type;
|
enum krb5_plugin_type type;
|
||||||
void *name;
|
void *name;
|
||||||
void *symbol;
|
void *symbol;
|
||||||
struct plugin *next;
|
struct plugin *next;
|
||||||
|
Reference in New Issue
Block a user