backport to buster
[hcoop/debian/openafs.git] / src / tests / fs_lib.h
CommitLineData
805e021f
CE
1/* Prototypes for fs_lib.c. */
2
3#ifndef FS_LIB_H
4#define FS_LIB_H 1
5
6#include <afs/stds.h>
7#include <afs/afsint.h>
8
9struct VenusFid {
10 afs_int32 Cell;
11 struct AFSFid Fid;
12};
13
14int fs_getfid(char *, struct VenusFid *);
15int fs_rmmount(const char *);
16
17#endif /* !FS_LIB_H */