import-fs-formatting-to-windows-20031207
[openafs.git] / src / WINNT / afsd / fs.h
1 /*
2  * Copyright 2000, International Business Machines Corporation and others.
3  * All Rights Reserved.
4  * 
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  */
9
10 #ifndef __FS_H_ENV__
11 #define __FS_H_ENV__ 1
12
13 /* some forward references */
14 extern void ZapList(struct AclEntry *);
15
16 extern void ZapAcl(struct Acl *);
17
18 extern int PruneList (struct AclEntry **, int);
19
20 extern void ChangeList(struct Acl *, long, char *, long);
21
22 extern int CleanAcl(struct Acl *);
23
24 extern void Die(int, char *);
25
26 static SetVolCmd(struct cmd_syndesc *);
27
28 #endif /* FS_H_ENV */