Unused variable cleanup
[openafs.git] / src / viced / viced_prototypes.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 _AFS_VICED_VICED_PROTOTYPES_H
11 #define _AFS_VICED_VICED_PROTOTYPES_H
12
13 extern int sendBufSize;
14 afs_int32 sys_error_to_et(afs_int32 in);
15 void init_sys_error_to_et(void);
16
17 /* afsfileprocs.c */
18 extern int LogLevel;
19 extern afs_int32 BlocksSpare;
20 extern afs_int32 PctSpare;
21
22 /* callback.c */
23 extern int BreakVolumeCallBacks(afs_uint32);
24 extern int InitCallBack(int);
25 extern int BreakLaterCallBacks(void);
26 extern int BreakVolumeCallBacksLater(afs_uint32);
27
28 #ifdef AFS_DEMAND_ATTACH_FS
29 /*
30  * demand attach fs
31  * fileserver state serialization
32  */
33 extern int fs_stateSave(void);
34 extern int fs_stateRestore(void);
35 #endif /* AFS_DEMAND_ATTACH_FS */
36
37
38 #endif /* _AFS_VICED_VICED_PROTOTYPES_H */