aboutsummaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authorproski <proski@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-17 19:31:54 +0000
committerproski <proski@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-17 19:31:54 +0000
commit657bb747e3cd3a4d2c681fd0b5e477cef4563cec (patch)
tree24a73f2ff13a058dacb38ce37984f279d1fab322 /internal.h
parent14d3fc9355ad77fa701c0a39f65d9aeefe61ceca (diff)
downloadbusybox-w32-657bb747e3cd3a4d2c681fd0b5e477cef4563cec.tar.gz
busybox-w32-657bb747e3cd3a4d2c681fd0b5e477cef4563cec.tar.bz2
busybox-w32-657bb747e3cd3a4d2c681fd0b5e477cef4563cec.zip
Now it's possible to compile Busybox with only one app defined
(unless it's lsmod, to be fixed by the next commit) git-svn-id: svn://busybox.net/trunk/busybox@868 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/internal.h b/internal.h
index a192679b9..e36c7f396 100644
--- a/internal.h
+++ b/internal.h
@@ -334,7 +334,6 @@ int recursiveAction(const char *fileName, int recurse, int followLinks, int dept
334 int (*fileAction) (const char *fileName, struct stat* statbuf, void* userData), 334 int (*fileAction) (const char *fileName, struct stat* statbuf, void* userData),
335 int (*dirAction) (const char *fileName, struct stat* statbuf, void* userData), 335 int (*dirAction) (const char *fileName, struct stat* statbuf, void* userData),
336 void* userData); 336 void* userData);
337const char* timeString(time_t timeVal);
338 337
339extern int createPath (const char *name, int mode); 338extern int createPath (const char *name, int mode);
340extern int parse_mode( const char* s, mode_t* theMode); 339extern int parse_mode( const char* s, mode_t* theMode);
@@ -373,10 +372,8 @@ extern void my_getpwuid(char *name, long uid);
373extern void my_getgrgid(char *group, long gid); 372extern void my_getgrgid(char *group, long gid);
374extern long my_getpwnamegid(char *name); 373extern long my_getpwnamegid(char *name);
375 374
376
377#if defined BB_INIT || defined BB_SYSLOGD
378extern int device_open(char *device, int mode); 375extern int device_open(char *device, int mode);
379#endif 376
380#if defined BB_FEATURE_MOUNT_LOOP 377#if defined BB_FEATURE_MOUNT_LOOP
381extern int del_loop(const char *device); 378extern int del_loop(const char *device);
382extern int set_loop(const char *device, const char *file, int offset, int *loopro); 379extern int set_loop(const char *device, const char *file, int offset, int *loopro);