mapfile-vers revision 355b4669e025ff377602b6fc7caaf30dbc218371
2035N/A#
2035N/A# CDDL HEADER START
2035N/A#
2035N/A# The contents of this file are subject to the terms of the
2035N/A# Common Development and Distribution License (the "License").
2035N/A# You may not use this file except in compliance with the License.
2035N/A#
2035N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2035N/A# or http://www.opensolaris.org/os/licensing.
2035N/A# See the License for the specific language governing permissions
2035N/A# and limitations under the License.
2035N/A#
2035N/A# When distributing Covered Code, include this CDDL HEADER in each
2035N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2035N/A# If applicable, add the following below this CDDL HEADER, with the
2035N/A# fields enclosed by brackets "[]" replaced with your own identifying
2035N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2035N/A#
2035N/A# CDDL HEADER END
2035N/A#
3998N/A#
3998N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
5403N/A# Use is subject to license terms.
2035N/A#
3998N/A#ident "%Z%%M% %I% %E% SMI"
2035N/A#
2035N/A# Generic interface definition for usr/src/lib/print.
2035N/A#
6191N/A# For information regarding the establishment of versioned definitions see:
2035N/A# The Linker and Libraries Manual (version 2.5 or greater)
2035N/A# This is part of the Developers Guide in the Answerbook. Specifically refer
2035N/A# to Chapter 2 under section "Defining Additional Symbols" through section
6191N/A# "Reducing Symbol Scope", and Chapter 5 "Versioning".
2035N/A#
2035N/A# For specific OSNET rules for the modification (evolution) of these version
2035N/A# definitions see:
2035N/A# Policy for Shared Library Version Names and Interface Definitions
6191N/A
2899N/A
2820N/ASUNWprivate_2.1 {
2820N/A global:
2820N/A getprinterbyname; # NSS support
4982N/A getprinterentry;
2820N/A setprinterentry;
3817N/A endprinterentry;
3817N/A
3817N/A ns_printer_create; # Old NS support
2035N/A ns_printer_get_name;
2035N/A ns_printer_get_list;
2035N/A ns_printer_put;
2035N/A ns_printer_destroy;
2035N/A ns_get_value;
2035N/A ns_get_value_string;
2035N/A ns_set_value;
2035N/A ns_set_value_from_string;
6191N/A ns_kvp_create;
6191N/A ns_bsd_addr_get_default;
6191N/A ns_bsd_addr_get_name;
4337N/A ns_bsd_addr_get_all;
4337N/A ns_bsd_addr_get_list;
string_to_bsd_addr;
bsd_addr_create;
ns_printer_match_name;
ns_printer_name_list;
value_to_string;
string_to_value;
normalize_ns_name;
list_append; # list support
list_append_unique;
list_concatenate;
list_locate;
list_iterate;
job_free; # job support
job_destroy;
job_retrieve;
job_list_append;
vjob_match_attribute;
vjob_cancel;
net_open; # net support
net_close;
net_read;
net_write;
net_printf;
net_gets;
net_send_message;
net_response;
net_send_file;
check_client_spool; # misc support
get_lock;
get_user_id;
get_user_name;
strcdup;
strndup;
strsplit;
file_size;
copy_file;
map_in_file;
write_buffer;
start_daemon;
files_put_printer; # required for ns_put_printer()
nis_put_printer;
nisplus_put_printer;
ldap_put_printer;
local:
*;
};