diff 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 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; |