aboutsummaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-01-26 23:49:21 +0000
committerErik Andersen <andersen@codepoet.org>2000-01-26 23:49:21 +0000
commitde7965ca7ee65f21042739f1be5a337da4138343 (patch)
treed65019c9c8fa30e9fb3c50bd04022075de769772 /internal.h
parent5cbdd712f5320ffc109053a94b7cf36c82292cf6 (diff)
downloadbusybox-de7965ca7ee65f21042739f1be5a337da4138343.tar.gz
Shuffle location of generic code into utility.c
-Erik
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();
#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