xref: /onnv-gate/usr/src/lib/print/libipp-core/common/mapfile (revision 12692:4341b447c069)
12264Sjacobs#
22264Sjacobs# CDDL HEADER START
32264Sjacobs#
42264Sjacobs# The contents of this file are subject to the terms of the
52264Sjacobs# Common Development and Distribution License (the "License").
62264Sjacobs# You may not use this file except in compliance with the License.
72264Sjacobs#
82264Sjacobs# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
92264Sjacobs# or http://www.opensolaris.org/os/licensing.
102264Sjacobs# See the License for the specific language governing permissions
112264Sjacobs# and limitations under the License.
122264Sjacobs#
132264Sjacobs# When distributing Covered Code, include this CDDL HEADER in each
142264Sjacobs# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
152264Sjacobs# If applicable, add the following below this CDDL HEADER, with the
162264Sjacobs# fields enclosed by brackets "[]" replaced with your own identifying
172264Sjacobs# information: Portions Copyright [yyyy] [name of copyright owner]
182264Sjacobs#
192264Sjacobs# CDDL HEADER END
202264Sjacobs#
212264Sjacobs
222264Sjacobs#
23*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
242264Sjacobs#
252264Sjacobs
262264Sjacobs#
272264Sjacobs# $Id: mapfile 151 2006-04-25 16:55:34Z njacobs $
282264Sjacobs#
292264Sjacobs
308744SAli.Bahrami@Sun.COM#
318744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
328744SAli.Bahrami@Sun.COM#
338744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
348744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
358744SAli.Bahrami@Sun.COM#
368744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
378744SAli.Bahrami@Sun.COM#
388744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
398744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
408744SAli.Bahrami@Sun.COM#
418744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
428744SAli.Bahrami@Sun.COM#
432264Sjacobs
44*12692SAli.Bahrami@Oracle.COM$mapfile_version 2
45*12692SAli.Bahrami@Oracle.COM
462264Sjacobs#
472264Sjacobs# Common interfaces that are most likely to be shared amongst the various
482264Sjacobs# PAPI implementations.
492264Sjacobs#
502264Sjacobs
51*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate_1.0 {
522264Sjacobs    global:
532264Sjacobs	ipp_read_message ;
542264Sjacobs	ipp_write_message ;
552264Sjacobs	ipp_validate_request ;
562264Sjacobs	ipp_set_status ;
572264Sjacobs
582264Sjacobs    local:
592264Sjacobs        * ;
602264Sjacobs} ;
61