sys/vfs/hammer: Fix inconsistent function prototypes
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 9 Aug 2015 21:07:15 +0000 (06:07 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Mon, 17 Aug 2015 11:04:28 +0000 (20:04 +0900)
commit4af0f40534b665b5aeb544c2006e7b1c5a2126d6
tree105ee91a28c88ccd606294659e33fd4157edbc28
parentc302e84437f9ece78d5cdc8ba4ddaa047d58575b
sys/vfs/hammer: Fix inconsistent function prototypes

Should use either of the type name or typedef'd name
for both function prototype and the function itself.

(hammer mostly uses hammer_mount_t rather than struct
hammer_mount in this case)
sys/vfs/hammer/hammer.h
sys/vfs/hammer/hammer_ondisk.c