aboutsummaryrefslogtreecommitdiffstats
path: root/example/fusexmp.c
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2004-11-08 17:32:25 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2004-11-08 17:32:25 +0000
commitd507c73e8fda72305b3e172ac7686c05d2dd73da (patch)
tree877c6bbe1c1c01b695bfb46b8c026996b531ee9c /example/fusexmp.c
parent8fb48feb5024d2aa9083690e472f1b1072cb8169 (diff)
downloadlibfuse-d507c73e8fda72305b3e172ac7686c05d2dd73da.tar.gz
fix
Diffstat (limited to 'example/fusexmp.c')
-rw-r--r--example/fusexmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/fusexmp.c b/example/fusexmp.c
index 57045be..02d0363 100644
--- a/example/fusexmp.c
+++ b/example/fusexmp.c
@@ -49,7 +49,7 @@ static int xmp_readlink(const char *path, char *buf, size_t size)
}
-static int xmp_getdir(const char *path, fuse_dirh_t h, fuse_dirfil2_t filler)
+static int xmp_getdir(const char *path, fuse_dirh_t h, fuse_dirfil_t filler)
{
DIR *dp;
struct dirent *de;