From 448220013c9ba9d82c7a406701b3422c730fc588 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 2 Nov 1995 22:54:26 +0000 Subject: (_diskfs_translator_callback1, _diskfs_translator_callback2): Declare. --- libdiskfs/priv.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libdiskfs/priv.h') diff --git a/libdiskfs/priv.h b/libdiskfs/priv.h index 5907949d..26b61414 100644 --- a/libdiskfs/priv.h +++ b/libdiskfs/priv.h @@ -73,8 +73,9 @@ extern int _diskfs_ncontrol_ports; /* Lock for _diskfs_ncontrol_ports. */ extern spin_lock_t _diskfs_control_lock; -/* Callback routine for active translator startup */ -extern fshelp_callback_t _diskfs_translator_callback; +/* Callback routines for active translator startup */ +extern fshelp_fetch_root_callback1_t _diskfs_translator_callback1; +extern fshelp_fetch_root_callback2_t _diskfs_translator_callback2; /* This macro locks the node associated with PROTID, and then evaluates the expression OPERATION; then it syncs the inode -- cgit v1.2.3