diff options
author | Miles Bader <miles@gnu.org> | 1995-11-02 22:54:26 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-11-02 22:54:26 +0000 |
commit | 448220013c9ba9d82c7a406701b3422c730fc588 (patch) | |
tree | 537570330729a82f4abafa89469f16979b409fd5 /libdiskfs | |
parent | 50958a83dca64d0133f7c151d983c0f8960508f6 (diff) |
(_diskfs_translator_callback1, _diskfs_translator_callback2): Declare.
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/priv.h | 5 |
1 files changed, 3 insertions, 2 deletions
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 |