X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=internal.h;h=0caaf5cb45cd693087d6748c60d4504286fe5d8f;hb=a709317cea0180772616152d2f1af195a95703fd;hp=d23dca31ecbbb4a4e9a85e37ac0f1915db38f6e9;hpb=c49960189a04b73e033016bd0f43fbb950f800e1;p=oweals%2Fbusybox.git diff --git a/internal.h b/internal.h index d23dca31e..0caaf5cb4 100644 --- a/internal.h +++ b/internal.h @@ -127,10 +127,9 @@ char *chunkstrdup(const char *str); void freeChunks(void); int fullWrite(int fd, const char *buf, int len); int fullRead(int fd, char *buf, int len); -int recursiveAction(const char *fileName, int recurse, int followLinks, int delayDirAction, +int recursiveAction(const char *fileName, int recurse, int followLinks, int depthFirst, int (*fileAction) (const char *fileName, struct stat* statbuf), int (*dirAction) (const char *fileName, struct stat* statbuf)); -int match(const char* text, const char * pattern); const char* timeString(time_t timeVal); extern void createPath (const char *name, int mode); @@ -166,8 +165,9 @@ static inline int clrbit(char * addr,unsigned int nr) return __res != 0; } -#endif +#endif /* inline bitops junk */ -#endif + +#endif /* _INTERNAL_H_ */