dhcp: allow runtime DHCP client selection via config file

This commit is contained in:
Dan Williams
2010-01-12 22:55:24 -08:00
parent 1806235049
commit 702836b42f
10 changed files with 156 additions and 109 deletions

View File

@@ -70,4 +70,7 @@ NMIP4Config *nm_dhcp_manager_test_ip4_options_to_config (const char *iface,
GHashTable *options,
const char *reason);
/* Only for NetworkManager.c */
NMDHCPManager *nm_dhcp_manager_new (const char *client, GError **error);
#endif /* NM_DHCP_MANAGER_H */