From 3371cf38ac3fad7c2d446400a772b25992ee8c82 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 23 Mar 2015 04:53:42 +0100 Subject: config: add Doxygen comment to fastd_config_single_iface() --- src/config.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/config.c b/src/config.c index 4259c4d..725c4e4 100644 --- a/src/config.c +++ b/src/config.c @@ -560,6 +560,7 @@ void fastd_config_check(void) { configure_methods(); } +/** Determines if the configuration will never create more than a single interface */ bool fastd_config_single_iface(void) { if (conf.mode == MODE_TAP) return true; -- cgit v1.2.3