summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2020-02-01 11:39:35 +0100
committerBeniamino Galvani <bgalvani@redhat.com>2020-02-03 11:00:34 +0100
commit482e5f04ea25a9ef9d3c6e347b7e3aecd27c4df4 (patch)
tree41301cb614431509d67adcdbca7c7c65d91a27b2
parent5076fc0ca0e22b3db7987df561922d9efa840f26 (diff)
downloadNetworkManager-482e5f04ea25a9ef9d3c6e347b7e3aecd27c4df4.tar.gz
clients: add missing 'extern' keyword
-rw-r--r--clients/common/nm-meta-setting-desc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/common/nm-meta-setting-desc.h b/clients/common/nm-meta-setting-desc.h
index f06dd3db91..c728a1502c 100644
--- a/clients/common/nm-meta-setting-desc.h
+++ b/clients/common/nm-meta-setting-desc.h
@@ -516,7 +516,7 @@ struct _NMMetaPropertyTypDataNested {
guint nested_len;
};
-const NMMetaPropertyTypDataNested nm_meta_property_typ_data_bond;
+extern const NMMetaPropertyTypDataNested nm_meta_property_typ_data_bond;
/*****************************************************************************/