aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libn.h b/include/libn.h
index 81ddc9f..19fb43c 100644
--- a/include/libn.h
+++ b/include/libn.h
@@ -321,7 +321,7 @@ struct fs·Walker
fs·History *hist;
struct {
void *data;
- void (*func)(void *data, char *relp, char *absp, io·Stat* info);
+ int (*func)(void *data, char *relp, char *absp, io·Stat* info);
};
char *base, *end, path[4096];
};