Skip to content

Add extern to some prototypes

Mike Gorse requested to merge mgorse1/NetworkManager:master into master

Also define json prototypes ourselves. Otherwise, they are defined without extern and have the side effect of defining variables, leading to multiple definitions and compile errors if -fno-common is passed.

https://gitlab.freedesktop.org/NetworkManager/NetworkManager/issues/329

Merge request reports