diff options
Diffstat (limited to 'src/fastd.h')
-rw-r--r-- | src/fastd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fastd.h b/src/fastd.h index 5e7d4bc..cd6dbb2 100644 --- a/src/fastd.h +++ b/src/fastd.h @@ -120,7 +120,7 @@ struct _fastd_context { void fastd_printf(const fastd_context *ctx, const char *format, ...); -void fastd_read_config(fastd_context *ctx, fastd_config *conf, const char *filename, 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[]); void fastd_random_bytes(fastd_context *ctx, void *buffer, size_t len, bool secure); |