Shuffle location of generic code into utility.c

-Erik
This commit is contained in:
Erik Andersen
2000-01-26 23:49:21 +00:00
parent 5cbdd712f5
commit de7965ca7e
4 changed files with 71 additions and 143 deletions

View File

@@ -177,6 +177,8 @@ extern pid_t findInitPid();
#if defined BB_FEATURE_MOUNT_LOOP
extern int del_loop(const char *device);
extern int set_loop(const char *device, const char *file, int offset, int *loopro);
extern char *find_unused_loop_device (void);
#endif
#if defined BB_GUNZIP || defined BB_GZIP || defined BB_PRINTF || defined BB_TAIL