diff options
| author | Michael Biebl <biebl@debian.org> | 2022-02-19 17:19:17 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2022-02-19 17:19:17 +0100 |
| commit | e3f2ee969d065d2971170563c8aef77d5a0d39b9 (patch) | |
| tree | 94454d4e2fe0955c09516f18dc4e84a6cf7139fa /src/core/nm-l3cfg.h | |
| parent | 2f94dba7385fd0e0ef19a06eb4a2fcf6c43d7946 (diff) | |
New upstream version 1.35.92 upstream/1.35.92
Diffstat (limited to 'src/core/nm-l3cfg.h')
| -rw-r--r-- | src/core/nm-l3cfg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/nm-l3cfg.h b/src/core/nm-l3cfg.h index 7dc9facc..0ea68646 100644 --- a/src/core/nm-l3cfg.h +++ b/src/core/nm-l3cfg.h @@ -410,6 +410,8 @@ gboolean nm_l3cfg_check_ready(NML3Cfg *self, NML3CfgCheckReadyFlags flags, gboolean *acd_used); +gboolean nm_l3cfg_has_temp_not_available_obj(NML3Cfg *self, int addr_family); + /*****************************************************************************/ NML3CfgCommitType nm_l3cfg_commit_type_get(NML3Cfg *self); |