2 * Copyright 2000, International Business Machines Corporation and others.
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
10 #ifndef _BUDB_PROTOTYPES_H
11 #define _BUDB_PROTOTYPES_H
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
);