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