summaryrefslogtreecommitdiff
path: root/src/nm-dhcp6-config.h
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2011-05-11 16:01:12 -0500
committerDan Williams <dcbw@redhat.com>2011-05-11 16:01:12 -0500
commit74d798b6dd8b89099e3bc9f6326e527cf38b03a7 (patch)
treeab63a56c62d29979d8a9260b5654677447b3b5b2 /src/nm-dhcp6-config.h
parent6109388df2439df433724ff2f33982e18d0e30a8 (diff)
downloadNetworkManager-74d798b6dd8b89099e3bc9f6326e527cf38b03a7.tar.gz
dispatcher: pass DHCP options as string:string hash
This is what was originally intended, but the NM-side code wasn't doing this due to an oversight...
Diffstat (limited to 'src/nm-dhcp6-config.h')
-rw-r--r--src/nm-dhcp6-config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nm-dhcp6-config.h b/src/nm-dhcp6-config.h
index 90eb10ffb5..5e83b904ff 100644
--- a/src/nm-dhcp6-config.h
+++ b/src/nm-dhcp6-config.h
@@ -58,4 +58,6 @@ void nm_dhcp6_config_reset (NMDHCP6Config *config);
const char *nm_dhcp6_config_get_option (NMDHCP6Config *config, const char *option);
+GSList *nm_dhcp6_config_list_options (NMDHCP6Config *self);
+
#endif /* NM_DHCP6_CONFIG_H */