windows-vc-locks-and-more-20060115
[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 static void ZapList (struct AclEntry *alist);
15
16 static int PruneList (struct AclEntry **ae, int dfs);
17
18 static int CleanAcl(struct Acl *aa, char *fname);
19
20 static int SetVolCmd(struct cmd_syndesc *as, char *arock);
21
22 static int GetCellName(char *cellNamep, struct afsconf_cell *infop);
23
24 static int VLDBInit(int noAuthFlag, struct afsconf_cell *infop);
25
26 static void Die(int code, char *filename);
27 #endif /* FS_H_ENV */