diff options
Diffstat (limited to 'src/core/nm-config.h')
| -rw-r--r-- | src/core/nm-config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/nm-config.h b/src/core/nm-config.h index 7f1c0c4c..8279f4d2 100644 --- a/src/core/nm-config.h +++ b/src/core/nm-config.h @@ -185,7 +185,8 @@ gboolean nm_config_device_state_write(int guint32 route_metric_default_aspired, guint32 route_metric_default_effective, const char * next_server, - const char * root_path); + const char * root_path, + const char * dhcp_bootfile); void nm_config_device_state_prune_stale(GHashTable *preserve_ifindexes, NMPlatform *preserve_in_platform); |