1*30588217SMike Christensen# 2*30588217SMike Christensen# CDDL HEADER START 3*30588217SMike Christensen# 4*30588217SMike Christensen# The contents of this file are subject to the terms of the 5*30588217SMike Christensen# Common Development and Distribution License (the "License"). 6*30588217SMike Christensen# You may not use this file except in compliance with the License. 7*30588217SMike Christensen# 8*30588217SMike Christensen# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*30588217SMike Christensen# or http://www.opensolaris.org/os/licensing. 10*30588217SMike Christensen# See the License for the specific language governing permissions 11*30588217SMike Christensen# and limitations under the License. 12*30588217SMike Christensen# 13*30588217SMike Christensen# When distributing Covered Code, include this CDDL HEADER in each 14*30588217SMike Christensen# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*30588217SMike Christensen# If applicable, add the following below this CDDL HEADER, with the 16*30588217SMike Christensen# fields enclosed by brackets "[]" replaced with your own identifying 17*30588217SMike Christensen# information: Portions Copyright [yyyy] [name of copyright owner] 18*30588217SMike Christensen# 19*30588217SMike Christensen# CDDL HEADER END 20*30588217SMike Christensen# 21*30588217SMike Christensen# 22*30588217SMike Christensen# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 23*30588217SMike Christensen# Use is subject to license terms. 24*30588217SMike Christensen# 25*30588217SMike Christensen# 26*30588217SMike Christensen 27*30588217SMike ChristensenSUNWprivate { 28*30588217SMike Christensen global: 29*30588217SMike Christensen ds_init; 30*30588217SMike Christensen ds_svc_reg; 31*30588217SMike Christensen ds_clnt_reg; 32*30588217SMike Christensen ds_hdl_lookup; 33*30588217SMike Christensen ds_domain_lookup; 34*30588217SMike Christensen ds_unreg_hdl; 35*30588217SMike Christensen ds_send_msg; 36*30588217SMike Christensen ds_recv_msg; 37*30588217SMike Christensen ds_isready; 38*30588217SMike Christensen ds_dom_name_to_hdl; 39*30588217SMike Christensen ds_dom_hdl_to_name; 40*30588217SMike Christensen ds_unreg_svc; 41*30588217SMike Christensen ds_fini; 42*30588217SMike Christensen local: 43*30588217SMike Christensen *; 44*30588217SMike Christensen}; 45