diff options
Diffstat (limited to 'internal.h')
-rw-r--r-- | internal.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/internal.h b/internal.h index d23dca31e..cc7bfca11 100644 --- a/internal.h +++ b/internal.h | |||
@@ -130,7 +130,6 @@ int fullRead(int fd, char *buf, int len); | |||
130 | int recursiveAction(const char *fileName, int recurse, int followLinks, int delayDirAction, | 130 | int recursiveAction(const char *fileName, int recurse, int followLinks, int delayDirAction, |
131 | int (*fileAction) (const char *fileName, struct stat* statbuf), | 131 | int (*fileAction) (const char *fileName, struct stat* statbuf), |
132 | int (*dirAction) (const char *fileName, struct stat* statbuf)); | 132 | int (*dirAction) (const char *fileName, struct stat* statbuf)); |
133 | int match(const char* text, const char * pattern); | ||
134 | const char* timeString(time_t timeVal); | 133 | const char* timeString(time_t timeVal); |
135 | 134 | ||
136 | extern void createPath (const char *name, int mode); | 135 | extern void createPath (const char *name, int mode); |
@@ -166,8 +165,9 @@ static inline int clrbit(char * addr,unsigned int nr) | |||
166 | return __res != 0; | 165 | return __res != 0; |
167 | } | 166 | } |
168 | 167 | ||
169 | #endif | 168 | #endif /* inline bitops junk */ |
170 | 169 | ||
171 | 170 | ||
172 | #endif | 171 | |
172 | #endif /* _INTERNAL_H_ */ | ||
173 | 173 | ||