backport to buster
[hcoop/debian/openafs.git] / src / butm / butm_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 _BUTM_PROTOTYPES_H
10 #define _BUTM_PROTOTYPES_H
11
12 /* file_tm.c */
13
14 extern void incSize(struct butm_tapeInfo *info, afs_uint32 dataSize);
15 extern afs_int32 SeekFile(struct butm_tapeInfo *, int);
16 extern afs_int32 butm_file_Instantiate(struct butm_tapeInfo *,
17 struct tapeConfig *);
18 extern afs_int32 NextFile(struct butm_tapeInfo *);
19
20 #endif