summaryrefslogtreecommitdiff
path: root/callouts
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2014-07-27 20:35:17 +0200
committerThomas Haller <thaller@redhat.com>2014-08-22 15:22:16 +0200
commitef32da01fa0b9e02ccae476bea412ff025091a7f (patch)
tree18b577d49dbe75f1bd11dedb4a59d451b5eec30f /callouts
parent1a9f6bcbd3d262ba60264afa2f0658150ce10e59 (diff)
all: add nm-core-internal.h header
Add a header file to expose private utility functions from libnm-core that can be used by NetworkManager (core) and libnm.so. The header is also used to give privileged access to libnm-core. Since NM links statically, these functions are not exported and not part of public ABI. This also removes the NM_UTILS_PRIVATE_CALL() macro and libnm.so no longer exports nm_utils_get_private(). Before, this functionality was partly declared in nm-utils-private.h. This was wrong because nm-utils-private.h is for functionality entirely private to libnm-core. Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'callouts')
-rw-r--r--callouts/tests/test-dispatcher-envp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/callouts/tests/test-dispatcher-envp.c b/callouts/tests/test-dispatcher-envp.c
index 1d9792fe9e..9d9ee52a4d 100644
--- a/callouts/tests/test-dispatcher-envp.c
+++ b/callouts/tests/test-dispatcher-envp.c
@@ -31,7 +31,6 @@
#include "nm-dbus-glib-types.h"
#include "nm-dispatcher-api.h"
#include "nm-utils.h"
-#include "nm-utils-private.h"
/*******************************************/