Prefix enum plugin_type.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21554 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		| @@ -78,7 +78,7 @@ _krb5_plugin_get_next(struct krb5_plugin *p) | |||||||
|  |  | ||||||
| static krb5_error_code | static krb5_error_code | ||||||
| loadlib(krb5_context context, | loadlib(krb5_context context, | ||||||
| 	enum plugin_type type, | 	enum krb5_plugin_type type, | ||||||
| 	const char *name, | 	const char *name, | ||||||
| 	const char *lib, | 	const char *lib, | ||||||
| 	struct krb5_plugin **e) | 	struct krb5_plugin **e) | ||||||
| @@ -116,7 +116,7 @@ loadlib(krb5_context context, | |||||||
|  |  | ||||||
| krb5_error_code | krb5_error_code | ||||||
| _krb5_plugin_register(krb5_context context, | _krb5_plugin_register(krb5_context context, | ||||||
| 		      enum plugin_type type, | 		      enum krb5_plugin_type type, | ||||||
| 		      const char *name,  | 		      const char *name,  | ||||||
| 		      void *symbol) | 		      void *symbol) | ||||||
| { | { | ||||||
| @@ -146,7 +146,7 @@ _krb5_plugin_register(krb5_context context, | |||||||
|  |  | ||||||
| krb5_error_code | krb5_error_code | ||||||
| _krb5_plugin_find(krb5_context context, | _krb5_plugin_find(krb5_context context, | ||||||
| 		  enum plugin_type type, | 		  enum krb5_plugin_type type, | ||||||
| 		  const char *name,  | 		  const char *name,  | ||||||
| 		  struct krb5_plugin **list) | 		  struct krb5_plugin **list) | ||||||
| { | { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Love Hörnquist Åstrand
					Love Hörnquist Åstrand