CMake: bump the minimum required CMake version to 3.5
[project/netifd.git] / config.h
index e6893159abfe29b2815c14ce270f713bace0d6d0..635a398e9d8a2a184aa8405579ac368f00cd7a6b 100644 (file)
--- a/config.h
+++ b/config.h
@@ -22,5 +22,6 @@ extern bool config_init;
 int config_init_all(void);
 struct ether_addr *config_get_default_macaddr(const char *ifname);
 int config_get_default_gro(const char *ifname);
+const char *config_get_default_conduit(const char *ifname);
 
 #endif