aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2020-06-20 11:30:56 -0700
committerNicholas Noll <nbnoll@eml.cc>2020-06-20 11:30:56 -0700
commit955516759cfed29122439938632964fed4f8a347 (patch)
tree6cc0c6300e2b3d5b4e0c08103ecd9c9e939bc1c8 /include
parent91c673b37782d4cd90e5cf9a8e4491723e6c04bf (diff)
feat: file globbing in shell. added dynamic.mk
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];
};