xref: /illumos-gate/usr/src/lib/print/libprint/common/mapfile-vers (revision 56f33205c9ed776c3c909e07d52e94610a675740)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21#
22# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
23# Use is subject to license terms.
24#
25
26#
27# MAPFILE HEADER START
28#
29# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
30# Object versioning must comply with the rules detailed in
31#
32#	usr/src/lib/README.mapfiles
33#
34# You should not be making modifications here until you've read the most current
35# copy of that file. If you need help, contact a gatekeeper for guidance.
36#
37# MAPFILE HEADER END
38#
39
40#
41# Generic interface definition for usr/src/lib/print.
42#
43
44SUNWprivate_2.1 {
45	global:
46		getprinterbyname;		# NSS support
47		getprinterentry;
48		setprinterentry;
49		endprinterentry;
50
51		ns_printer_create;		# Old NS support
52		ns_printer_get_name;
53		ns_printer_get_list;
54		ns_printer_put;
55		ns_printer_destroy;
56		ns_get_value;
57		ns_get_value_string;
58		ns_set_value;
59		ns_set_value_from_string;
60		ns_kvp_create;
61		ns_bsd_addr_get_default;
62		ns_bsd_addr_get_name;
63		ns_bsd_addr_get_all;
64		ns_bsd_addr_get_list;
65		string_to_bsd_addr;
66		bsd_addr_create;
67		ns_printer_match_name;
68		ns_printer_name_list;
69		value_to_string;
70		string_to_value;
71		normalize_ns_name;
72
73		list_append;			# list support
74		list_append_unique;
75		list_concatenate;
76		list_locate;
77		list_iterate;
78
79		files_put_printer;		# required for ns_put_printer()
80		nis_put_printer;
81		ldap_put_printer;
82
83	local:
84		*;
85};
86