More warnings cleanup for vol/
authorSimon Wilkinson <sxw@inf.ed.ac.uk>
Mon, 27 Jul 2009 21:32:01 +0000 (22:32 +0100)
committerDerrick Brashear <shadow@dementia.org>
Tue, 28 Jul 2009 12:32:31 +0000 (05:32 -0700)
commit02f083730750a03e60eb412a1aed1f03d3c62a49
treef83bb7c99aac2d468fad4c87df2f9fff14431ef7
parent479ce49e9ceb3ad7ea3dd2282759689a7ab43f4c
More warnings cleanup for vol/

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>
13 files changed:
src/vol/clone.c
src/vol/fssync-client.c
src/vol/fssync-debug.c
src/vol/fssync.h
src/vol/namei_ops.c
src/vol/namei_ops.h
src/vol/nuke.c
src/vol/physio.c
src/vol/salvager.c
src/vol/vol-info.c
src/vol/vol-salvage.c
src/vol/vol-salvage.h
src/vol/vol_internal.h [new file with mode: 0644]