summaryrefslogtreecommitdiff
path: root/docs/libnm
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 /docs/libnm
parent1a9f6bcbd3d262ba60264afa2f0658150ce10e59 (diff)
downloadNetworkManager-ef32da01fa0b9e02ccae476bea412ff025091a7f.tar.gz
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 'docs/libnm')
-rw-r--r--docs/libnm/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/libnm/Makefile.am b/docs/libnm/Makefile.am
index 9d745b14c2..c99e242512 100644
--- a/docs/libnm/Makefile.am
+++ b/docs/libnm/Makefile.am
@@ -32,6 +32,7 @@ CFILE_GLOB=$(top_srcdir)/libnm-core/*.c $(top_srcdir)/libnm/*.c
IGNORE_HFILES= \
crypto.h \
nm-dbus-helpers-private.h \
+ nm-core-internal.h \
nm-device-private.h \
nm-object-cache.h \
nm-object-private.h \