xref: /illumos-gate/usr/src/lib/print/libprint/common/mapfile-vers (revision eb00b1c8a31c2253a353644606388dff5b0e0275)
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 (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.
23#
24
25#
26# MAPFILE HEADER START
27#
28# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
29# Object versioning must comply with the rules detailed in
30#
31#	usr/src/lib/README.mapfiles
32#
33# You should not be making modifications here until you've read the most current
34# copy of that file. If you need help, contact a gatekeeper for guidance.
35#
36# MAPFILE HEADER END
37#
38
39$mapfile_version 2
40
41#
42# Generic interface definition for usr/src/lib/print.
43#
44
45SYMBOL_VERSION SUNWprivate_2.1 {
46	global:
47		getprinterbyname;		# NSS support
48		getprinterentry;
49		setprinterentry;
50		endprinterentry;
51
52		ns_printer_create;		# Old NS support
53		ns_printer_get_name;
54		ns_printer_get_list;
55		ns_printer_put;
56		ns_printer_destroy;
57		ns_get_value;
58		ns_get_value_string;
59		ns_set_value;
60		ns_set_value_from_string;
61		ns_kvp_create;
62		ns_bsd_addr_get_default;
63		ns_bsd_addr_get_name;
64		ns_bsd_addr_get_all;
65		ns_bsd_addr_get_list;
66		string_to_bsd_addr;
67		bsd_addr_create;
68		ns_printer_match_name;
69		ns_printer_name_list;
70		value_to_string;
71		string_to_value;
72		normalize_ns_name;
73
74		list_append;			# list support
75		list_append_unique;
76		list_concatenate;
77		list_locate;
78		list_iterate;
79
80		files_put_printer;		# required for ns_put_printer()
81		nis_put_printer;
82		ldap_put_printer;
83
84	local:
85		*;
86};
87