Update NEWS for 1.6.22
[pkg-k5-afs_openafs.git] / src / WINNT / client_exp / fs.h
blob4cc1b6b7f72887d77802ad68115b7263b3245c04
1 /*
2 * Copyright 2000, International Business Machines Corporation and others.
3 * All Rights Reserved.
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
8 */
10 #ifndef __FS_H_ENV__
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 *);
28 #endif /* FS_H_ENV */