diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-22 19:15:09 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-22 19:15:09 +0000 |
commit | f33c5d84db654753e91fd1c6b660ceb54878cc59 (patch) | |
tree | 87204b9fb76410dc9917a3480b62594272ae78bb /libdiskfs/priv.h | |
parent | eb0e52b8d5e58846b70daa84a711bd205a71c5c1 (diff) |
(_diskfs_translator_callback): Must be extern to force inclusion of
trans-callback.c.
Diffstat (limited to 'libdiskfs/priv.h')
-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 |