diff options
Diffstat (limited to 'internal.h')
-rw-r--r-- | internal.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/internal.h b/internal.h index c54480e2b..e69e62534 100644 --- a/internal.h +++ b/internal.h | |||
@@ -191,8 +191,9 @@ void freeChunks(void); | |||
191 | int fullWrite(int fd, const char *buf, int len); | 191 | int fullWrite(int fd, const char *buf, int len); |
192 | int fullRead(int fd, char *buf, int len); | 192 | int fullRead(int fd, char *buf, int len); |
193 | int recursiveAction(const char *fileName, int recurse, int followLinks, int depthFirst, | 193 | int recursiveAction(const char *fileName, int recurse, int followLinks, int depthFirst, |
194 | int (*fileAction) (const char *fileName, struct stat* statbuf), | 194 | int (*fileAction) (const char *fileName, struct stat* statbuf, void* userData), |
195 | int (*dirAction) (const char *fileName, struct stat* statbuf)); | 195 | int (*dirAction) (const char *fileName, struct stat* statbuf, void* userData), |
196 | void* userData); | ||
196 | const char* timeString(time_t timeVal); | 197 | const char* timeString(time_t timeVal); |
197 | 198 | ||
198 | extern int createPath (const char *name, int mode); | 199 | extern int createPath (const char *name, int mode); |
@@ -227,8 +228,6 @@ extern void cmdedit_init(void); | |||
227 | #if defined BB_INIT || defined BB_SYSLOGD | 228 | #if defined BB_INIT || defined BB_SYSLOGD |
228 | extern int device_open(char *device, int mode); | 229 | extern int device_open(char *device, int mode); |
229 | #endif | 230 | #endif |
230 | extern void whine_if_fstab_is_missing(); | ||
231 | |||
232 | #if defined BB_FEATURE_MOUNT_LOOP | 231 | #if defined BB_FEATURE_MOUNT_LOOP |
233 | extern int del_loop(const char *device); | 232 | extern int del_loop(const char *device); |
234 | extern int set_loop(const char *device, const char *file, int offset, int *loopro); | 233 | extern int set_loop(const char *device, const char *file, int offset, int *loopro); |