diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-11-21 18:56:59 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-11-21 18:56:59 +0000 |
commit | 37d07991dcab93c94c241f32ee4259559ff767b0 (patch) | |
tree | d9a6119ddac501f469b4957748919b40df16660b | |
parent | f4abb22df95fa8c0b32ceaa90819fb7bc2a06839 (diff) |
(_diskfs_get_options): Renamed from diskfs_get_options.
-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 3d84b372..becc5379 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; |