diff options
-rw-r--r-- | p11-kit/conf.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/p11-kit/conf.h b/p11-kit/conf.h index 30f078d..8d1f4cf 100644 --- a/p11-kit/conf.h +++ b/p11-kit/conf.h @@ -49,8 +49,6 @@ enum { CONF_USER_ONLY }; -typedef void (*conf_error_func) (const char *message); - int _p11_conf_merge_defaults (hashmap *config, hashmap *defaults); |