diff options
Diffstat (limited to 'src/nm-dhcp4-config.h')
-rw-r--r-- | src/nm-dhcp4-config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nm-dhcp4-config.h b/src/nm-dhcp4-config.h index ffaa84304..4729da4c1 100644 --- a/src/nm-dhcp4-config.h +++ b/src/nm-dhcp4-config.h @@ -58,4 +58,6 @@ void nm_dhcp4_config_reset (NMDHCP4Config *config); const char *nm_dhcp4_config_get_option (NMDHCP4Config *config, const char *option); +GSList *nm_dhcp4_config_list_options (NMDHCP4Config *config); + #endif /* NM_DHCP4_CONFIG_H */ |