2 * Copyright 2000, International Business Machines Corporation and others.
5 * This software has been released under the terms of the IBM Public
6 * License. For details, see the LICENSE file in the top-level source
7 * directory or online at http://www.openafs.org/dl/license10.html
11 #define __FS_H_ENV__ 1
13 /* some forward references */
14 extern void ZapList(struct AclEntry
*);
16 extern void ZapAcl(struct Acl
*);
18 extern int PruneList (struct AclEntry
**, int);
20 extern void ChangeList(struct Acl
*, long, char *, long);
22 extern int CleanAcl(struct Acl
*);
24 extern void Die(int, char *);
26 static int SetVolCmd(struct cmd_syndesc
*);