diff options
-rw-r--r-- | libdiskfs/priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/priv.h b/libdiskfs/priv.h index f642355f..4b86cdb6 100644 --- a/libdiskfs/priv.h +++ b/libdiskfs/priv.h @@ -72,7 +72,7 @@ extern int _diskfs_ncontrol_ports; extern spin_lock_t _diskfs_control_lock; /* Callback routine for active translator startup */ -fshelp_callback_t _diskfs_translator_callback; +extern fshelp_callback_t _diskfs_translator_callback; /* This macro locks the node associated with PROTID, and then evaluates the expression OPERATION; then it syncs the inode |