summaryrefslogtreecommitdiffstats
path: root/src/fastd.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-07-25 16:20:04 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-07-25 16:20:04 +0200
commiteb918a116dfb837999050e0940ea3cd069f7c765 (patch)
tree0800c3f61cbd3e3d61f55f846ab9b64553995ebf /src/fastd.h
parent5cda45defd17211375236c41d4d98dee1a534672 (diff)
downloadfastd-eb918a116dfb837999050e0940ea3cd069f7c765.tar
fastd-eb918a116dfb837999050e0940ea3cd069f7c765.zip
Move command line handling out of config.c
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 ba74330..75335e9 100644
--- a/src/fastd.h
+++ b/src/fastd.h
@@ -341,6 +341,7 @@ void fastd_config_peer_group_pop(fastd_context_t *ctx, fastd_config_t *conf);
void fastd_config_release(fastd_context_t *ctx, fastd_config_t *conf);
void fastd_configure(fastd_context_t *ctx, fastd_config_t *conf, int argc, char *const argv[]);
void fastd_config_load_peer_dirs(fastd_context_t *ctx, fastd_config_t *conf);
+void fastd_config_handle_options(fastd_context_t *ctx, fastd_config_t *conf, int argc, char *const argv[]);
void fastd_cap_init(fastd_context_t *ctx);
void fastd_cap_drop(fastd_context_t *ctx);