aboutsummaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-01-26 23:49:21 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-01-26 23:49:21 +0000
commit6a02f972399c27ce1d374c8538d09e4eb1cedd75 (patch)
treed65019c9c8fa30e9fb3c50bd04022075de769772 /internal.h
parentfa753f920b64a3f2c50295356e577a7c980c8408 (diff)
downloadbusybox-w32-6a02f972399c27ce1d374c8538d09e4eb1cedd75.tar.gz
busybox-w32-6a02f972399c27ce1d374c8538d09e4eb1cedd75.tar.bz2
busybox-w32-6a02f972399c27ce1d374c8538d09e4eb1cedd75.zip
Shuffle location of generic code into utility.c
-Erik git-svn-id: svn://busybox.net/trunk/busybox@342 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal.h b/internal.h
index 9611c1922..39f7e0c5e 100644
--- a/internal.h
+++ b/internal.h
@@ -177,6 +177,8 @@ extern pid_t findInitPid();
177 177
178#if defined BB_FEATURE_MOUNT_LOOP 178#if defined BB_FEATURE_MOUNT_LOOP
179extern int del_loop(const char *device); 179extern int del_loop(const char *device);
180extern int set_loop(const char *device, const char *file, int offset, int *loopro);
181extern char *find_unused_loop_device (void);
180#endif 182#endif
181 183
182#if defined BB_GUNZIP || defined BB_GZIP || defined BB_PRINTF || defined BB_TAIL 184#if defined BB_GUNZIP || defined BB_GZIP || defined BB_PRINTF || defined BB_TAIL