xref: /onnv-gate/usr/src/lib/libdns_sd/java/common/mapfile-vers (revision 4904:cd464a980538)
1*4904Srs200217#
2*4904Srs200217# CDDL HEADER START
3*4904Srs200217#
4*4904Srs200217# The contents of this file are subject to the terms of the
5*4904Srs200217# Common Development and Distribution License (the "License").
6*4904Srs200217# You may not use this file except in compliance with the License.
7*4904Srs200217#
8*4904Srs200217# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*4904Srs200217# or http://www.opensolaris.org/os/licensing.
10*4904Srs200217# See the License for the specific language governing permissions
11*4904Srs200217# and limitations under the License.
12*4904Srs200217#
13*4904Srs200217# When distributing Covered Code, include this CDDL HEADER in each
14*4904Srs200217# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*4904Srs200217# If applicable, add the following below this CDDL HEADER, with the
16*4904Srs200217# fields enclosed by brackets "[]" replaced with your own identifying
17*4904Srs200217# information: Portions Copyright [yyyy] [name of copyright owner]
18*4904Srs200217#
19*4904Srs200217# CDDL HEADER END
20*4904Srs200217#
21*4904Srs200217# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
22*4904Srs200217# Use is subject to license terms.
23*4904Srs200217#
24*4904Srs200217#ident	"%Z%%M%	%I%	%E% SMI"
25*4904Srs200217
26*4904Srs200217SUNW_1.1 {
27*4904Srs200217    global:
28*4904Srs200217	Java_com_apple_dnssd_AppleBrowser_CreateBrowser;
29*4904Srs200217	Java_com_apple_dnssd_AppleDNSRecord_Remove;
30*4904Srs200217	Java_com_apple_dnssd_AppleDNSRecord_Update;
31*4904Srs200217	Java_com_apple_dnssd_AppleDNSSD_ConstructName;
32*4904Srs200217	Java_com_apple_dnssd_AppleDNSSD_GetIfIndexForName;
33*4904Srs200217	Java_com_apple_dnssd_AppleDNSSD_GetNameForIfIndex;
34*4904Srs200217	Java_com_apple_dnssd_AppleDNSSD_InitLibrary;
35*4904Srs200217	Java_com_apple_dnssd_AppleDNSSD_ReconfirmRecord;
36*4904Srs200217	Java_com_apple_dnssd_AppleDomainEnum_BeginEnum;
37*4904Srs200217	Java_com_apple_dnssd_AppleQuery_CreateQuery;
38*4904Srs200217	Java_com_apple_dnssd_AppleRecordRegistrar_CreateConnection;
39*4904Srs200217	Java_com_apple_dnssd_AppleRecordRegistrar_RegisterRecord;
40*4904Srs200217	Java_com_apple_dnssd_AppleRegistration_AddRecord;
41*4904Srs200217	Java_com_apple_dnssd_AppleRegistration_BeginRegister;
42*4904Srs200217	Java_com_apple_dnssd_AppleResolver_CreateResolver;
43*4904Srs200217	Java_com_apple_dnssd_AppleService_BlockForData;
44*4904Srs200217	Java_com_apple_dnssd_AppleService_HaltOperation;
45*4904Srs200217	Java_com_apple_dnssd_AppleService_ProcessResults;
46*4904Srs200217    local:
47*4904Srs200217        *;
48*4904Srs200217};
49