summaryrefslogtreecommitdiffstats
path: root/src/fastd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fastd.h')
-rw-r--r--src/fastd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fastd.h b/src/fastd.h
index dbf9e61..ba5aed0 100644
--- a/src/fastd.h
+++ b/src/fastd.h
@@ -126,6 +126,7 @@ struct _fastd_context {
void fastd_printf(const fastd_context *ctx, const char *format, ...);
+void fastd_read_config_dir(fastd_context *ctx, fastd_config *conf, const char *dir, int depth);
void fastd_read_config(fastd_context *ctx, fastd_config *conf, const char *filename, bool peer_config, int depth);
void fastd_configure(fastd_context *ctx, fastd_config *conf, int argc, char *const argv[]);