xref: /titanic_52/usr/src/lib/libdns_sd/common/mapfile-vers (revision 5ffb0c9b03b5149ff4f5821a62be4a52408ada2a)
14b22b933Srs200217#
24b22b933Srs200217# CDDL HEADER START
34b22b933Srs200217#
44b22b933Srs200217# The contents of this file are subject to the terms of the
54b22b933Srs200217# Common Development and Distribution License (the "License").
64b22b933Srs200217# You may not use this file except in compliance with the License.
74b22b933Srs200217#
84b22b933Srs200217# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
94b22b933Srs200217# or http://www.opensolaris.org/os/licensing.
104b22b933Srs200217# See the License for the specific language governing permissions
114b22b933Srs200217# and limitations under the License.
124b22b933Srs200217#
134b22b933Srs200217# When distributing Covered Code, include this CDDL HEADER in each
144b22b933Srs200217# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
154b22b933Srs200217# If applicable, add the following below this CDDL HEADER, with the
164b22b933Srs200217# fields enclosed by brackets "[]" replaced with your own identifying
174b22b933Srs200217# information: Portions Copyright [yyyy] [name of copyright owner]
184b22b933Srs200217#
194b22b933Srs200217# CDDL HEADER END
204b22b933Srs200217#
21*5ffb0c9bSToomas Soome# Copyright 2016 Toomas Soome <tsoome@me.com>
22cd3e9333SAli Bahrami# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
234b22b933Srs200217#
24bfed486aSAli Bahrami
25bfed486aSAli Bahrami#
26bfed486aSAli Bahrami# MAPFILE HEADER START
27bfed486aSAli Bahrami#
28bfed486aSAli Bahrami# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
29bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in
30bfed486aSAli Bahrami#
31bfed486aSAli Bahrami#	usr/src/lib/README.mapfiles
32bfed486aSAli Bahrami#
33bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current
34bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance.
35bfed486aSAli Bahrami#
36bfed486aSAli Bahrami# MAPFILE HEADER END
37bfed486aSAli Bahrami#
384b22b933Srs200217
39cd3e9333SAli Bahrami$mapfile_version 2
40cd3e9333SAli Bahrami
41*5ffb0c9bSToomas SoomeSYMBOL_VERSION ILLUMOS_0.1 {	# mDNSResponder-576.30.4
42*5ffb0c9bSToomas Soome    global:
43*5ffb0c9bSToomas Soome	DNSServiceGetAddrInfo;
44*5ffb0c9bSToomas Soome	DNSServiceGetProperty;
45*5ffb0c9bSToomas Soome	DNSServiceNATPortMappingCreate;
46*5ffb0c9bSToomas Soome	DNSServiceSleepKeepalive;
47*5ffb0c9bSToomas Soome} SUNW_1.1;
48*5ffb0c9bSToomas Soome
49cd3e9333SAli BahramiSYMBOL_VERSION SUNW_1.1 {
504b22b933Srs200217    global:
514b22b933Srs200217	DNSServiceAddRecord;
524b22b933Srs200217	DNSServiceBrowse;
534b22b933Srs200217	DNSServiceConstructFullName;
544b22b933Srs200217	DNSServiceCreateConnection;
554b22b933Srs200217	DNSServiceEnumerateDomains;
564b22b933Srs200217	DNSServiceProcessResult;
574b22b933Srs200217	DNSServiceQueryRecord;
584b22b933Srs200217	DNSServiceReconfirmRecord;
594b22b933Srs200217	DNSServiceRefDeallocate;
604b22b933Srs200217	DNSServiceRefSockFD;
614b22b933Srs200217	DNSServiceRegister;
624b22b933Srs200217	DNSServiceRegisterRecord;
634b22b933Srs200217	DNSServiceRemoveRecord;
644b22b933Srs200217	DNSServiceResolve;
654b22b933Srs200217	DNSServiceUpdateRecord;
664b22b933Srs200217	TXTRecordContainsKey;
674b22b933Srs200217	TXTRecordCreate;
684b22b933Srs200217	TXTRecordDeallocate;
694b22b933Srs200217	TXTRecordGetBytesPtr;
704b22b933Srs200217	TXTRecordGetCount;
714b22b933Srs200217	TXTRecordGetItemAtIndex;
724b22b933Srs200217	TXTRecordGetLength;
734b22b933Srs200217	TXTRecordGetValuePtr;
744b22b933Srs200217	TXTRecordRemoveValue;
754b22b933Srs200217	TXTRecordSetValue;
764b22b933Srs200217    local:
774b22b933Srs200217        *;
784b22b933Srs200217};
79