summaryrefslogtreecommitdiffstats
path: root/src/map-file
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-12-31 18:54:10 +0000
committerLennart Poettering <lennart@poettering.net>2006-12-31 18:54:10 +0000
commit3b00ccedf41b8ce3b9b069bfe1493a51da208925 (patch)
tree0529a613bdedfeb9d6ea6d2094597a2e71f6bd32 /src/map-file
parentabf46d2e7c42ce93f7c7883f60cf24588b3bc1e9 (diff)
hide most symbols using a version map file (fixes compat with samba)
git-svn-id: file:///home/lennart/svn/public/nss-mdns/trunk@103 0ee8848e-81ea-0310-a63a-f631d1a40d77
Diffstat (limited to 'src/map-file')
-rw-r--r--src/map-file23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/map-file b/src/map-file
new file mode 100644
index 0000000..0bd067f
--- /dev/null
+++ b/src/map-file
@@ -0,0 +1,23 @@
+NSSMDNS_0 {
+global:
+_nss_mdns_gethostbyaddr_r;
+_nss_mdns4_gethostbyaddr_r;
+_nss_mdns6_gethostbyaddr_r;
+_nss_mdns_minimal_gethostbyaddr_r;
+_nss_mdns4_minimal_gethostbyaddr_r;
+_nss_mdns6_minimal_gethostbyaddr_r;
+_nss_mdns_gethostbyname_r;
+_nss_mdns4_gethostbyname_r;
+_nss_mdns6_gethostbyname_r;
+_nss_mdns_minimal_gethostbyname_r;
+_nss_mdns4_minimal_gethostbyname_r;
+_nss_mdns6_minimal_gethostbyname_r;
+_nss_mdns_gethostbyname2_r;
+_nss_mdns4_gethostbyname2_r;
+_nss_mdns6_gethostbyname2_r;
+_nss_mdns_minimal_gethostbyname2_r;
+_nss_mdns4_minimal_gethostbyname2_r;
+_nss_mdns6_minimal_gethostbyname2_r;
+local:
+*;
+};