diff options
author | Miles Bader <miles@gnu.org> | 1995-10-19 19:55:05 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-10-19 19:55:05 +0000 |
commit | a41a51faf3fab228ce6a6109f085d496fdc7a833 (patch) | |
tree | 1094cea0df53cd38c033af69dc03df7c368cf83c /libdiskfs/priv.h | |
parent | e0d9406ea123ab78f4750856e298f18814a2a124 (diff) |
(diskfs_common_options): New declaration.
Diffstat (limited to 'libdiskfs/priv.h')
-rw-r--r-- | libdiskfs/priv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libdiskfs/priv.h b/libdiskfs/priv.h index 4b86cdb6..5907949d 100644 --- a/libdiskfs/priv.h +++ b/libdiskfs/priv.h @@ -31,6 +31,8 @@ extern mach_port_t fs_control_port; /* receive right */ volatile struct mapped_time_value *_diskfs_mtime; +extern struct argp_option diskfs_common_options[]; + /* Needed for MiG. */ typedef struct protid *protid_t; |