Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / budb / budb_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 _BUDB_PROTOTYPES_H
11 #define _BUDB_PROTOTYPES_H
12
13 /* struct_ops.c */
14
15 extern void structDumpHeader_ntoh(struct structDumpHeader *,
16 struct structDumpHeader *);
17 extern void DbHeader_ntoh(struct DbHeader *, struct DbHeader *);
18 extern void dumpEntry_ntoh(struct budb_dumpEntry *, struct budb_dumpEntry *);
19 extern void tapeEntry_ntoh(struct budb_tapeEntry *, struct budb_tapeEntry *);
20 extern void volumeEntry_ntoh(struct budb_volumeEntry *,
21 struct budb_volumeEntry *);
22 extern int default_tapeset(struct budb_tapeSet *, char *);
23 extern void printDumpEntry(struct budb_dumpEntry *deptr);
24 extern void printTapeEntry(struct budb_tapeEntry *teptr);
25 extern void printVolumeEntry(struct budb_volumeEntry *veptr);
26 #endif