doxygen documentation

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22033 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-11-10 10:39:47 +00:00
parent 5f313a29a4
commit bb38dbf61b

View File

@@ -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;
}
}