From bb38dbf61bc23e7638e08ca69c36615f710c7a9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 10 Nov 2007 10:39:47 +0000 Subject: [PATCH] doxygen documentation git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22033 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/plugin.c | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/lib/krb5/plugin.c b/lib/krb5/plugin.c index 177848a41..3be348c98 100644 --- a/lib/krb5/plugin.c +++ b/lib/krb5/plugin.c @@ -117,6 +117,18 @@ loadlib(krb5_context context, } #endif /* HAVE_DLOPEN */ +/** + * Register a plugin symbol name of specific type. + * @param context a Keberos context + * @param type type of plugin symbol + * @param name name of plugin symbol + * @param symbol a pointer to the named symbol + * @return In case of error a non zero error com_err error is returned + * and the Kerberos error string is set. + * + * @ingroup krb5_support + */ + krb5_error_code krb5_plugin_register(krb5_context context, enum krb5_plugin_type type, @@ -250,4 +262,3 @@ _krb5_plugin_free(struct krb5_plugin *list) list = next; } } -