summaryrefslogtreecommitdiff
path: root/libnm
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2018-05-24 13:43:32 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2018-07-11 16:16:22 +0200
commitd6483592b8a69b8f5e78e455f40b75b912037f34 (patch)
tree7f9ee2502edc9ca01231a781804db3ad33632881 /libnm
parent507d078635f580a3cb9b33311fd93ba7408c080c (diff)
libnm: introduce NMTernary enum
Add a new enum that can be used where we need a boolean value that can be overridden globally.
Diffstat (limited to 'libnm')
-rw-r--r--libnm/libnm.ver1
1 files changed, 1 insertions, 0 deletions
diff --git a/libnm/libnm.ver b/libnm/libnm.ver
index 06592f3ab..89a9d0da6 100644
--- a/libnm/libnm.ver
+++ b/libnm/libnm.ver
@@ -1386,4 +1386,5 @@ global:
nm_device_wpan_get_type;
nm_setting_6lowpan_get_type;
nm_setting_wpan_get_type;
+ nm_ternary_get_type;
} libnm_1_12_0;