mirror of
https://git.openafs.org/openafs.git
synced 2025-01-23 01:11:13 +00:00
02f0837307
Prototype a number of functions Add additional includes as required Make some existing prototypes match the actual declarations Volume IDs are unsigned in most of the code, change this bit to match Make various Procs take an anonymous pointer, so they can be type checked Add vol_internal.h for prototypes internal to this package Reviewed-on: http://gerrit.openafs.org/235 Tested-by: Marc Dionne <marc.c.dionne@gmail.com> Reviewed-by: Derrick Brashear <shadow@dementia.org>
8 lines
158 B
C
8 lines
158 B
C
#ifndef AFS_SRC_VOL_INTERNAL_H
|
|
#define AFS_SRC_VOL_INTERNAL_H
|
|
|
|
/* physio.c */
|
|
extern void SetSalvageDirHandle(DirHandle *, afs_int32, Device, Inode);
|
|
|
|
#endif
|