base/plugin.c: Constify.
As a bonus, eliminate an unnecessary rk_UNCONST.
This commit is contained in:

committed by
Nico Williams

parent
b67a083a3c
commit
eb0d98ba34
@@ -75,6 +75,7 @@ struct heim_plugin_common_ftable_desc {
|
||||
};
|
||||
typedef struct heim_plugin_common_ftable_desc heim_plugin_common_ftable;
|
||||
typedef struct heim_plugin_common_ftable_desc *heim_plugin_common_ftable_p;
|
||||
typedef const struct heim_plugin_common_ftable_desc *heim_plugin_common_ftable_const_p;
|
||||
typedef struct heim_plugin_common_ftable_desc * const heim_plugin_common_ftable_cp;
|
||||
|
||||
typedef int
|
||||
|
Reference in New Issue
Block a user