mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-21 19:10:45 +01:00
'inline' is needed to avoid compiler warnings about unused functions. Marking them only as 'inline' was simply wrong and leads to linker errors when including the header in different translation units. By making them "inline static" we also don't need to foward declare the function prototype to avoid another compiler warning. Signed-off-by: Thomas Haller <thaller@redhat.com> |
||
|---|---|---|
| .. | ||
| Makefile.am | ||
| NetworkManager.h | ||
| NetworkManagerVPN.h | ||
| nm-dbus-glib-types.h | ||
| nm-glib-compat.h | ||
| nm-gvaluearray-compat.h | ||
| nm-settings-flags.h | ||
| nm-test-helpers.h | ||
| nm-test-utils.h | ||
| nm-version.h.in | ||