mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-07 06:08:02 +02:00
clients: add missing 'extern' keyword
(cherry picked from commit 482e5f04ea)
This commit is contained in:
parent
c02b0181cf
commit
1bb93b7289
1 changed files with 1 additions and 1 deletions
|
|
@ -516,7 +516,7 @@ struct _NMMetaPropertyTypDataNested {
|
||||||
guint nested_len;
|
guint nested_len;
|
||||||
};
|
};
|
||||||
|
|
||||||
const NMMetaPropertyTypDataNested nm_meta_property_typ_data_bond;
|
extern const NMMetaPropertyTypDataNested nm_meta_property_typ_data_bond;
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue