Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / butc / butc_prototypes.h
1 /* Copyright 2000, International Business Machines Corporation and others.
2 * All Rights Reserved.
3 *
4 * This software has been released under the terms of the IBM Public
5 * License. For details, see the LICENSE file in the top-level source
6 * directory or online at http://www.openafs.org/dl/license10.html
7 */
8
9 #ifndef _BUTC_PROTOTYPES_H
10 #define _BUTC_PROTOTYPES_H
11
12 /* dbentries.c */
13
14 extern void *dbWatcher(void *);
15
16 /* dump.c */
17
18 extern void *Dumper(void *);
19 extern void *DeleteDump(void *);
20
21 /* lwps.c */
22 extern void *Restorer(void *);
23 extern void *Labeller(void *);
24
25 /* recoverdDb.c */
26
27 extern void *ScanDumps(void *);
28
29 /* tcudbprocs.c */
30
31 extern void *saveDbToTape(void *);
32 extern void *restoreDbFromTape(void *);
33 extern void *KeepAlive(void *);
34
35 /* tcmain.c */
36
37 extern struct afsconf_dir *butc_confdir;
38 extern int allow_unauth;
39
40 #endif
41