From 1abcc9a4f6ca2fb9f4622d7eb06383a893cc8a71 Mon Sep 17 00:00:00 2001 From: Philipp Schafft Date: Tue, 1 Mar 2022 12:22:11 +0000 Subject: [PATCH] Cleanup: Removed prototype for a function long gone --- src/cfgfile.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/cfgfile.h b/src/cfgfile.h index d13123d0..bfd0113f 100644 --- a/src/cfgfile.h +++ b/src/cfgfile.h @@ -337,8 +337,6 @@ void config_parse_http_headers(xmlNodePtr node, ice_config_t *configuration); void config_clear_http_header(ice_config_http_header_t *header); -int config_rehash(void); - ice_config_locks *config_locks(void); ice_config_t *config_get_config(void);