aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-10-08 03:06:04 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-10-08 03:06:04 +0200
commit4ac9819263114edb9b5b638ffa6d2e41a4bb46e7 (patch)
treef0c5bc9c7a2bf3a384b85350bfe4c9ca5ec4858f /include
parent5b807cd5acd1f27b3e7aa36aac2728be27c5907c (diff)
downloadbusybox-w32-4ac9819263114edb9b5b638ffa6d2e41a4bb46e7.tar.gz
busybox-w32-4ac9819263114edb9b5b638ffa6d2e41a4bb46e7.tar.bz2
busybox-w32-4ac9819263114edb9b5b638ffa6d2e41a4bb46e7.zip
apply post-1.15.1 fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index c795e6aad..104a39904 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -286,7 +286,9 @@ enum {
286 ACTION_DEPTHFIRST = (1 << 3), 286 ACTION_DEPTHFIRST = (1 << 3),
287 /*ACTION_REVERSE = (1 << 4), - unused */ 287 /*ACTION_REVERSE = (1 << 4), - unused */
288 ACTION_QUIET = (1 << 5), 288 ACTION_QUIET = (1 << 5),
289 ACTION_DANGLING_OK = (1 << 6),
289}; 290};
291typedef uint8_t recurse_flags_t;
290extern int recursive_action(const char *fileName, unsigned flags, 292extern int recursive_action(const char *fileName, unsigned flags,
291 int FAST_FUNC (*fileAction)(const char *fileName, struct stat* statbuf, void* userData, int depth), 293 int FAST_FUNC (*fileAction)(const char *fileName, struct stat* statbuf, void* userData, int depth),
292 int FAST_FUNC (*dirAction)(const char *fileName, struct stat* statbuf, void* userData, int depth), 294 int FAST_FUNC (*dirAction)(const char *fileName, struct stat* statbuf, void* userData, int depth),