summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-03-23 04:40:56 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-03-23 04:40:56 +0100
commita5a7b233b728f6d26a9f593f0a47265465522f4b (patch)
tree55994836c4dc15c98c344345004c025e812c2282 /src/config.h
parentc162b223b8965490839b4d56701a8f37d5304a71 (diff)
downloadfastd-a5a7b233b728f6d26a9f593f0a47265465522f4b.tar
fastd-a5a7b233b728f6d26a9f593f0a47265465522f4b.zip
peer: make interface name configurable per peer
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index 60be363..b96247f 100644
--- a/src/config.h
+++ b/src/config.h
@@ -63,4 +63,4 @@ void fastd_configure(int argc, char *const argv[]);
void fastd_configure_peers(void);
void fastd_config_check(void);
void fastd_config_load_peer_dirs(bool dirs_only);
-
+bool fastd_config_single_iface(void);