summaryrefslogtreecommitdiff
path: root/src/configfile.h
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2019-11-16 13:49:14 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2020-07-08 18:08:51 -0400
commit65ef0a3d69c7108b6984abfb23cfbf4d058d3be9 (patch)
treec649754465e9f8686a8851a922c3682219cb279a /src/configfile.h
parented62e354ff03eca69a3961b5e1eaf818cbef21f0 (diff)
downloadlighttpd-git-65ef0a3d69c7108b6984abfb23cfbf4d058d3be9.tar.gz
[core] collect more config logic into configfile.c
Diffstat (limited to 'src/configfile.h')
-rw-r--r--src/configfile.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/configfile.h b/src/configfile.h
index b46f4dad..30812da9 100644
--- a/src/configfile.h
+++ b/src/configfile.h
@@ -129,7 +129,16 @@ __attribute_cold__
int config_parse_cmd(server *srv, config_t *context, const char *cmd);
__attribute_cold__
-void config_free_config(void *p);
+void config_init(server *srv);
+
+__attribute_cold__
+void config_print(server *srv);
+
+__attribute_cold__
+int config_finalize(server *srv, const buffer *default_server_tag);
+
+__attribute_cold__
+void config_free(server *srv);
void config_reset_config_bytes_sec(void *p);