xref: /onnv-gate/usr/src/lib/libdns_sd/common/mapfile-vers (revision 12692:4341b447c069)
14904Srs200217#
24904Srs200217# CDDL HEADER START
34904Srs200217#
44904Srs200217# The contents of this file are subject to the terms of the
54904Srs200217# Common Development and Distribution License (the "License").
64904Srs200217# You may not use this file except in compliance with the License.
74904Srs200217#
84904Srs200217# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
94904Srs200217# or http://www.opensolaris.org/os/licensing.
104904Srs200217# See the License for the specific language governing permissions
114904Srs200217# and limitations under the License.
124904Srs200217#
134904Srs200217# When distributing Covered Code, include this CDDL HEADER in each
144904Srs200217# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
154904Srs200217# If applicable, add the following below this CDDL HEADER, with the
164904Srs200217# fields enclosed by brackets "[]" replaced with your own identifying
174904Srs200217# information: Portions Copyright [yyyy] [name of copyright owner]
184904Srs200217#
194904Srs200217# CDDL HEADER END
204904Srs200217#
214904Srs200217#
22*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
234904Srs200217#
248744SAli.Bahrami@Sun.COM
258744SAli.Bahrami@Sun.COM#
268744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
278744SAli.Bahrami@Sun.COM#
288744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
298744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
308744SAli.Bahrami@Sun.COM#
318744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
328744SAli.Bahrami@Sun.COM#
338744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
348744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
358744SAli.Bahrami@Sun.COM#
368744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
378744SAli.Bahrami@Sun.COM#
384904Srs200217
39*12692SAli.Bahrami@Oracle.COM$mapfile_version 2
40*12692SAli.Bahrami@Oracle.COM
41*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNW_1.1 {
424904Srs200217    global:
434904Srs200217	DNSServiceAddRecord;
444904Srs200217	DNSServiceBrowse;
454904Srs200217	DNSServiceConstructFullName;
464904Srs200217	DNSServiceCreateConnection;
474904Srs200217	DNSServiceEnumerateDomains;
484904Srs200217	DNSServiceProcessResult;
494904Srs200217	DNSServiceQueryRecord;
504904Srs200217	DNSServiceReconfirmRecord;
514904Srs200217	DNSServiceRefDeallocate;
524904Srs200217	DNSServiceRefSockFD;
534904Srs200217	DNSServiceRegister;
544904Srs200217	DNSServiceRegisterRecord;
554904Srs200217	DNSServiceRemoveRecord;
564904Srs200217	DNSServiceResolve;
574904Srs200217	DNSServiceUpdateRecord;
584904Srs200217	TXTRecordContainsKey;
594904Srs200217	TXTRecordCreate;
604904Srs200217	TXTRecordDeallocate;
614904Srs200217	TXTRecordGetBytesPtr;
624904Srs200217	TXTRecordGetCount;
634904Srs200217	TXTRecordGetItemAtIndex;
644904Srs200217	TXTRecordGetLength;
654904Srs200217	TXTRecordGetValuePtr;
664904Srs200217	TXTRecordRemoveValue;
674904Srs200217	TXTRecordSetValue;
684904Srs200217    local:
694904Srs200217        *;
704904Srs200217};
71