cli: rework printing of dhcp options

This commit is contained in:
Thomas Haller
2018-04-26 17:43:13 +02:00
parent 59ea03cc08
commit 096ac93f8a
6 changed files with 81 additions and 44 deletions

View File

@@ -84,6 +84,6 @@ const char *nmc_error_get_simple_message (GError *error);
extern const NmcMetaGenericInfo *const metagen_ip4_config[];
extern const NmcMetaGenericInfo *const nmc_fields_ip6_config[];
extern const NmcMetaGenericInfo *const nmc_fields_dhcp_config[];
extern const NmcMetaGenericInfo *const metagen_dhcp_config[];
#endif /* NMC_COMMON_H */