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:
Love Hörnquist Åstrand
2007-07-15 09:11:32 +00:00
parent 589de42d6d
commit 769f1573b8

View File

@@ -45,7 +45,7 @@ struct krb5_plugin {
};
struct plugin {
enum plugin_type type;
enum krb5_plugin_type type;
void *name;
void *symbol;
struct plugin *next;