mapfile-vers revision 45916cd2fec6e79bca5dee0421bd39e3c2910d1e
2N/A#
2N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
2N/A# Use is subject to license terms.
2N/A#
2N/A# ident "%Z%%M% %I% %E% SMI"
2N/A#
2N/A# CDDL HEADER START
2N/A#
2N/A# The contents of this file are subject to the terms of the
2N/A# Common Development and Distribution License (the "License").
2N/A# You may not use this file except in compliance with the License.
2N/A#
2N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2N/A# or http://www.opensolaris.org/os/licensing.
2N/A# See the License for the specific language governing permissions
2N/A# and limitations under the License.
2N/A#
2N/A# When distributing Covered Code, include this CDDL HEADER in each
2N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2N/A# If applicable, add the following below this CDDL HEADER, with the
2N/A# fields enclosed by brackets "[]" replaced with your own identifying
2N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2N/A#
2N/A# CDDL HEADER END
2N/A#
2N/A#
2N/A# Generic interface definition for usr/src/cmd/lp/lib/papi
2N/A#
2N/A# For information regarding the establishment of versioned definitions see:
2N/A# The Linker and Libraries Manual (version 2.5 or greater)
2N/A# This is part of the Developers Guide in the Answerbook. Specifically refer
2N/A# to Chapter 2 under section "Defining Additional Symbols" through section
2N/A# "Reducing Symbol Scope", and Chapter 5 "Versioning".
2N/A#
2N/A# For specific OSNET rules for the modification (evolution) of these version
2N/A# definitions see:
2N/A# Policy for Shared Library Version Names and Interface Definitions
2N/A
2N/A
2N/ASUNWprivate_1.1 {
2N/A global:
2N/A
2N/A papiAttributeListAdd;
2N/A papiAttributeListAddString;
2N/A papiAttributeListAddInteger;
2N/A papiAttributeListAddBoolean;
2N/A papiAttributeListAddRange;
2N/A papiAttributeListAddResolution;
2N/A papiAttributeListAddDatetime;
2N/A papiAttributeListAddCollection;
2N/A papiAttributeListDelete;
2N/A papiAttributeListGetValue;
2N/A papiAttributeListGetString;
2N/A papiAttributeListGetInteger;
2N/A papiAttributeListGetBoolean;
2N/A papiAttributeListGetRange;
2N/A papiAttributeListGetResolution;
2N/A papiAttributeListGetDatetime;
2N/A papiAttributeListGetCollection;
2N/A papiAttributeListFree;
2N/A papiAttributeListFind;
2N/A papiAttributeListGetNext;
2N/A papiAttributeListFromString;
2N/A papiAttributeListToString;
2N/A
2N/A papiServiceCreate;
2N/A papiServiceDestroy;
2N/A papiServiceSetPeer; # used by to pass peer connection
2N/A papiServiceSetUserName;
2N/A papiServiceSetPassword;
2N/A papiServiceSetEncryption;
2N/A papiServiceSetAuthCB;
2N/A papiServiceSetAppData;
2N/A papiServiceGetUserName;
2N/A papiServiceGetPassword;
2N/A papiServiceGetEncryption;
2N/A papiServiceGetAppData;
2N/A papiServiceGetServiceName;
2N/A papiServiceGetStatusMessage;
2N/A
2N/A papiPrintersList;
2N/A papiPrinterQuery;
2N/A papiPrinterModify;
2N/A papiPrinterPause;
2N/A papiPrinterResume;
2N/A papiPrinterPurgeJobs;
2N/A papiPrinterListJobs;
2N/A papiPrinterGetAttributeList;
2N/A papiPrinterFree;
2N/A papiPrinterListFree;
2N/A
2N/A papiJobSubmit;
2N/A papiJobSubmitByReference;
2N/A papiJobValidate;
2N/A papiJobStreamOpen;
2N/A papiJobStreamWrite;
2N/A papiJobStreamClose;
2N/A papiJobQuery;
2N/A papiJobModify;
2N/A papiJobCancel;
2N/A papiJobHold;
2N/A papiJobRelease;
2N/A papiJobRestart;
2N/A papiJobGetAttributeList;
2N/A papiJobGetPrinterName;
2N/A papiJobGetId;
2N/A papiJobGetJobTicket;
2N/A papiJobFree;
2N/A papiJobListFree;
2N/A
2N/A papiStatusString;
2N/A #papiLibrarySupportedCalls;
2N/A #papiLibrarySupportedCall;
2N/A
2N/A papiAttributeListPrint;
2N/A list_append;
2N/A
2N/A papiJobCreate;
2N/A papiJobStreamAdd;
2N/A papiJobCommit;
2N/A
2N/A local:
2N/A *;
2N/A};
2N/A
2N/A