2N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
2N/A# Use is subject to license terms.
2N/A# ident "%Z%%M% %I% %E% SMI"
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# See the License for the specific language governing permissions
2N/A# and limitations under the License.
2N/A# When distributing Covered Code, include this CDDL HEADER in each
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# 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# For specific OSNET rules for the modification (evolution) of these version
2N/A# Policy for Shared Library Version Names and Interface Definitions
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 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 papiPrinterPurgeJobs;
2N/A papiPrinterListJobs;
2N/A papiPrinterGetAttributeList;
2N/A papiPrinterListFree;
2N/A papiJobSubmitByReference;
2N/A papiJobGetAttributeList;
2N/A papiJobGetPrinterName;
2N/A papiJobGetJobTicket;
2N/A #papiLibrarySupportedCalls;
2N/A #papiLibrarySupportedCall;
2N/A papiAttributeListPrint;