llib-llpacc revision 7c478bd95313f5f23a4c958a745db2134aa03244
b886b04d8d2b085cbf3e1bf4442dee87f43ba5e4Tinderbox User/*
6fe48fb46e53ffc37542853a1edb74cb481b7d94Automatic Updater * CDDL HEADER START
7a2a1b8b14fc804ac80612d7b98064095e445be5Automatic Updater *
7a42357217528037bdfedcb17eeebfe96ae4266aAutomatic Updater * The contents of this file are subject to the terms of the
1167fc7904c5f0a472f8df207ac46dd52c7f1ec8Automatic Updater * Common Development and Distribution License, Version 1.0 only
0c39b3ed9409ecb277d5e32fa763a4e4d6598df8Automatic Updater * (the "License"). You may not use this file except in compliance
46da3117812814a29432a8d9a9ccf8acdbfdadceAutomatic Updater * with the License.
710bce1a85c96e85ca1a90471382055acd29d51fTinderbox User *
fe84edc17e0d582cf7b4270f8df9d4742a107b1cAutomatic Updater * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
79b273c187a4aa1016a62181983dfdd0521681aeMark Andrews * or http://www.opensolaris.org/os/licensing.
3349f0044fda807e1fd6681c833d3593a22dad86Tinderbox User * See the License for the specific language governing permissions
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington * and limitations under the License.
b253dcf9668f95e141bce9556dc88e30d3305a1dTinderbox User *
b886b04d8d2b085cbf3e1bf4442dee87f43ba5e4Tinderbox User * When distributing Covered Code, include this CDDL HEADER in each
710bce1a85c96e85ca1a90471382055acd29d51fTinderbox User * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1ac49378a458420bc685293d12e567d7222d17b6Tinderbox User * If applicable, add the following below this CDDL HEADER, with the
bbde8dc56605130058a1540609264fa109da3b63Automatic Updater * fields enclosed by brackets "[]" replaced with your own identifying
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews * information: Portions Copyright [yyyy] [name of copyright owner]
e130ab53e992670e2a2ecf043976ac09f21358d1Automatic Updater *
3cc98b8ecedcbc8465f1cf2740b966b315662430Automatic Updater * CDDL HEADER END
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews */
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews/* LINTLIBRARY */
a01aa536188bb3535dfc1107a623e6355a8e6b7cMark Andrews/* PROTOLIB1 */
89623368b8f662d458d9964b923050f33c5f75b0Tinderbox User
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews/*
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updater * Copyright (c) 1998 by Sun Microsystems, Inc.
efb0e886f18894a1d2489f1ad74ad14b579e11c7Mark Andrews * All rights reserved.
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updater */
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updater/* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updater/* All Rights Reserved */
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updater#pragma ident "%Z%%M% %I% %E% SMI"
b886b04d8d2b085cbf3e1bf4442dee87f43ba5e4Tinderbox User
710bce1a85c96e85ca1a90471382055acd29d51fTinderbox Userint allow_form_printer ( char **, char * );
aa9c561961e9d877946ebaa8795fa2be054ab7bfEvan Huntint allow_user_form ( char ** , char * );
e130ab53e992670e2a2ecf043976ac09f21358d1Automatic Updaterint allow_user_printer ( char **, char * );
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updaterint allowed ( char *, char **, char ** );
aa9c561961e9d877946ebaa8795fa2be054ab7bfEvan Huntint deny_form_printer ( char **, char * );
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updaterint deny_user_form ( char ** , char * );
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updaterint deny_user_printer ( char **, char * );
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updaterint dumpaccess ( char *, char *, char *, char ***, char *** );
aa9c561961e9d877946ebaa8795fa2be054ab7bfEvan Huntint is_form_allowed_printer ( char *, char * );
e130ab53e992670e2a2ecf043976ac09f21358d1Automatic Updaterint is_user_admin ( void );
2d2dc37599979c83495510f8af8d1756753aa2c5Automatic Updaterint is_user_allowed ( char *, char ** , char ** );
aa9c561961e9d877946ebaa8795fa2be054ab7bfEvan Huntint is_user_allowed_form ( char *, char * );
710bce1a85c96e85ca1a90471382055acd29d51fTinderbox Userint is_user_allowed_printer ( char *, char * );
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updaterint load_formprinter_access ( char *, char ***, char *** );
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updaterint load_paperprinter_access(char *, char ***, char ***);
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updaterint load_userform_access ( char *, char ***, char *** );
cdfc81e048bd34c1d628380247bda6b80a89e20eAutomatic Updaterint load_userprinter_access ( char *, char ***, char *** );
cdfc81e048bd34c1d628380247bda6b80a89e20eAutomatic Updaterint loadaccess ( char *, char *, char *, char ***, char *** );
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updaterint bangequ ( char * , char * );
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updaterint bang_searchlist ( char * , char ** );
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updaterint bang_dellist ( char *** , char * );
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updater
eabc9c3c07cd956d3c436bd7614cb162dabdda76Mark Andrewschar * getaccessfile ( char *, char *, char *, char * );
eabc9c3c07cd956d3c436bd7614cb162dabdda76Mark Andrews
eabc9c3c07cd956d3c436bd7614cb162dabdda76Mark Andrews