_krb5_load_plugins: Sprinkle const.
This commit is contained in:
committed by
Nicolas Williams
parent
3cc4861888
commit
5c694deee9
@@ -102,7 +102,8 @@ krb5_plugin_register(krb5_context context,
|
||||
* @paths Array of directory paths where to look
|
||||
*/
|
||||
KRB5_LIB_FUNCTION void KRB5_LIB_CALL
|
||||
_krb5_load_plugins(krb5_context context, const char *name, const char **paths)
|
||||
_krb5_load_plugins(krb5_context context, const char *name,
|
||||
const char *const *paths)
|
||||
{
|
||||
heim_load_plugins(context->hcontext, name, paths);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user