From 44742f8aadb7a8a969f11d9b1d50c8be2573a576 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 25 Mar 2012 15:06:39 +0200 Subject: Add include command --- src/fastd.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/fastd.h') diff --git a/src/fastd.h b/src/fastd.h index a8346c1..8aed925 100644 --- a/src/fastd.h +++ b/src/fastd.h @@ -122,6 +122,8 @@ 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_configure(fastd_context *ctx, fastd_config *conf, int argc, char *const argv[]); #define pr_log(ctx, level, prefix, args...) if ((ctx)->conf == NULL || (level) <= (ctx)->conf->loglevel) \ -- cgit v1.2.3