diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-04-30 18:41:49 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-04-30 18:41:49 +0000 |
commit | 5924f415682ced36b4ed2367b26c8b89fe49cfea (patch) | |
tree | ad88bb478bc55b9b1b8d641cc9055612eaebfca0 /libdiskfs/diskfs.h | |
parent | f642e76cd318403e5892a21890a1bdef2689b9bc (diff) |
(diskfs_shutdown_notification_class): New variable.
Diffstat (limited to 'libdiskfs/diskfs.h')
-rw-r--r-- | libdiskfs/diskfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdiskfs/diskfs.h b/libdiskfs/diskfs.h index 9268559a..07baca81 100644 --- a/libdiskfs/diskfs.h +++ b/libdiskfs/diskfs.h @@ -160,6 +160,7 @@ extern struct port_class *diskfs_protid_class; extern struct port_class *diskfs_control_class; extern struct port_class *diskfs_execboot_class; extern struct port_class *diskfs_initboot_class; +extern struct port_class *diskfs_shutdown_notification_class; extern struct port_bucket *diskfs_port_bucket; |