diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-11-21 18:59:55 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-11-21 18:59:55 +0000 |
commit | c132ae1b5ff1955a12b4d073871961137b74d9cc (patch) | |
tree | 87488c87250ecb1b2d10fd40611e84dbf02e718f /libdiskfs | |
parent | a70b29a4e6c80e6e39ac5ffcc458e20e35977a53 (diff) |
(diskfs_get_options): Revert last change.
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/opts-get.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/opts-get.c b/libdiskfs/opts-get.c index becc5379..3d84b372 100644 --- a/libdiskfs/opts-get.c +++ b/libdiskfs/opts-get.c @@ -23,7 +23,7 @@ #include "priv.h" error_t -_diskfs_get_options (char **argz, unsigned *argz_len) +diskfs_get_options (char **argz, unsigned *argz_len) { extern int diskfs_sync_interval; |