summaryrefslogtreecommitdiff
path: root/src/conf.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/conf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/conf.h b/src/conf.h
index 9c3036a..f80ca3e 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -21,7 +21,6 @@
#ifndef TINYPROXY_CONF_H
#define TINYPROXY_CONF_H
-extern int config_compile (void);
-extern int config_parse (struct config_s *conf, FILE * f);
+extern int load_config_file (const char *config_fname, struct config_s *conf);
#endif