From d507c73e8fda72305b3e172ac7686c05d2dd73da Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Mon, 8 Nov 2004 17:32:25 +0000 Subject: fix --- example/fusexmp.c | 2 +- example/hello.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'example') 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; diff --git a/example/hello.c b/example/hello.c index 37020b2..5065fb7 100644 --- a/example/hello.c +++ b/example/hello.c @@ -35,7 +35,7 @@ static int hello_getattr(const char *path, struct stat *stbuf) return res; } -static int hello_getdir(const char *path, fuse_dirh_t h, fuse_dirfil2_t filler) +static int hello_getdir(const char *path, fuse_dirh_t h, fuse_dirfil_t filler) { if(strcmp(path, "/") != 0) return -ENOENT; -- cgit v1.2.3