From ce59ac4b606bcb0e573fd503107cfe4718408f53 Mon Sep 17 00:00:00 2001 From: Zhanna Tsitkov Date: Thu, 8 Jul 2010 13:40:11 +0000 Subject: Changed return types of the plugin related functions per "Plugin support improvements" Project Proposal review. Introduced plugin_version and removed plugin_id config attr. git-svn-id: svn://anonsvn.mit.edu/krb5/branches/plugins@24177 dc483132-0cff-0310-8789-dd5450dbe970 --- src/plugin_core/plugin_loader.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/plugin_core/plugin_loader.h') diff --git a/src/plugin_core/plugin_loader.h b/src/plugin_core/plugin_loader.h index 867d84e6a..30afa52ab 100644 --- a/src/plugin_core/plugin_loader.h +++ b/src/plugin_core/plugin_loader.h @@ -27,8 +27,6 @@ typedef struct { plhandle (*create_api)(const char*); } plugin_loader; -/* Utility functions */ -void get_loader_content(loader_handle handle, const char* container[]); -plhandle create_api(loader_handle handle, const char* plugin_name); +krb5_error_code plugin_loader_create_api(loader_handle handle, const char* plugin_name, plhandle *); #endif /* PLUGIN_LOADER_H_ */ -- cgit v1.2.1