xref: /onnv-gate/usr/src/lib/print/libhttp-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.in,v 1.2 2006/03/02 06:31:36 njacobs Exp $
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
442264Sjacobs#
452264Sjacobs# Common interfaces that are most likely to be shared amongst the various
462264Sjacobs# PAPI implementations.
472264Sjacobs#
482264Sjacobs
49*12692SAli.Bahrami@Oracle.COM$mapfile_version 2
50*12692SAli.Bahrami@Oracle.COM
51*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate_1.0 {
522264Sjacobs    global:
532264Sjacobs	httpCheck ;
542264Sjacobs	httpClose ;
552264Sjacobs	httpConnectEncrypt ;
562264Sjacobs	httpDumpData ;
572264Sjacobs	httpEncode64 ;
582264Sjacobs	httpEncryption ;
592264Sjacobs	httpFlush ;
602264Sjacobs	httpGetSubField ;
612264Sjacobs	httpPost ;
622264Sjacobs	httpRead ;
632264Sjacobs	httpReconnect ;
642264Sjacobs	httpSetField ;
652264Sjacobs	httpUpdate ;
662264Sjacobs	httpWait ;
672264Sjacobs	httpWrite ;
682264Sjacobs
692264Sjacobs    local:
702264Sjacobs        * ;
712264Sjacobs} ;
72