/* LINTLIBRARY */
/* PROTOLIB1 */

/*
 * Copyright (c) 1997 by Sun Microsystems, Inc.
 * All rights reserved.
 */
#pragma ident	"@(#)llib-lsec 1.1	97/10/17 SMI" 

#include <grp.h>
#include <pwd.h>
#include <limits.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <sys/param.h>
#include <sys/types.h>
#include <sys/acl.h>

int aclcheck(aclent_t *aclbufp, int nentries, int *which);
int aclfrommode(aclent_t *aclbufp, int nentries, mode_t *modep);
aclent_t *aclfromtext(char *aclimport, int *aclcnt);
int aclsort(int nentries, int calcmask, aclent_t *aclbufp);
int acltomode(aclent_t *aclbufp, int nentries, mode_t *modep);
char *acltotext(aclent_t *aclp, int aclcnt);
