summaryrefslogtreecommitdiffstats
path: root/auth/eurephia_authplugin_func.h
diff options
context:
space:
mode:
Diffstat (limited to 'auth/eurephia_authplugin_func.h')
-rw-r--r--auth/eurephia_authplugin_func.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/auth/eurephia_authplugin_func.h b/auth/eurephia_authplugin_func.h
index 08ad728..372f262 100644
--- a/auth/eurephia_authplugin_func.h
+++ b/auth/eurephia_authplugin_func.h
@@ -65,6 +65,10 @@ void _eAuthPlugin_Close(eurephiaCTX *ctx, eAuthPluginCTX *apctx);
* @return Returns a pointer to the plug-in API on success, otherwise NULL
*/
eAuthPlugin * eAuthPlugin_Get(eAuthPluginCTX *apctx, const int plgid);
+
+ePluginInfoRW * ePluginInspect(eurephiaCTX * ctx, const char * dlfilename);
+void ePluginInfoFree(eurephiaCTX *ctx, ePluginInfoRW *plginf);
+
#endif /* EUREPHIA_AUTHPLUGIN_DRIVER_H_ */
#endif /* EUREPHIA_AUTHPLUGIN_FUNC_H */