afscp: Add -l option
[openafs.git] / src / tests / fs_lib.h
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
9 struct VenusFid {
10     afs_int32 Cell;
11     struct AFSFid Fid;
12 };
13
14 int fs_getfid(char *, struct VenusFid *);
15 int fs_rmmount(const char *);
16
17 #endif /* !FS_LIB_H */