diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2004-12-07 16:46:42 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2004-12-07 16:46:42 +0000 |
commit | f458b8c07b521cfb48152e5d3344cd22989aa4ab (patch) | |
tree | 04d70769fdcd6284d1fcd67c1755e8c4a86e0794 /lib/mount.c | |
parent | d59bb9d2896476252a4daa8e6dd8ed1125bf5f45 (diff) | |
download | libfuse-f458b8c07b521cfb48152e5d3344cd22989aa4ab.tar.gz |
cleanup
Diffstat (limited to 'lib/mount.c')
-rw-r--r-- | lib/mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mount.c b/lib/mount.c index fd29020..1870ca9 100644 --- a/lib/mount.c +++ b/lib/mount.c @@ -126,7 +126,7 @@ int fuse_mount(const char *mountpoint, const char *opts) return rv; } -int _fuse_mount_compat1(const char *mountpoint, const char *args[]) +int fuse_mount_compat1(const char *mountpoint, const char *args[]) { /* just ignore mount args for now */ (void) args; |