volser: Remove ExtractVolId
[openafs.git] / src / volser / physio.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 _VOLSER_PHYSIO_H
11 #define _VOLSER_PHYSIO_H
12
13 /* physio.c */
14 extern void SetSalvageDirHandle(DirHandle *, afs_uint32, afs_int32, Inode);
15 extern void FidZap(DirHandle *);
16
17 #endif