aboutsummaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/internal.h b/internal.h
index 500a63e62..9611c1922 100644
--- a/internal.h
+++ b/internal.h
@@ -175,6 +175,10 @@ extern int check_wildcard_match(const char* text, const char* pattern);
175extern long getNum (const char *cp); 175extern long getNum (const char *cp);
176extern pid_t findInitPid(); 176extern pid_t findInitPid();
177 177
178#if defined BB_FEATURE_MOUNT_LOOP
179extern int del_loop(const char *device);
180#endif
181
178#if defined BB_GUNZIP || defined BB_GZIP || defined BB_PRINTF || defined BB_TAIL 182#if defined BB_GUNZIP || defined BB_GZIP || defined BB_PRINTF || defined BB_TAIL
179extern void *xmalloc (size_t size); 183extern void *xmalloc (size_t size);
180extern void error(char *msg); 184extern void error(char *msg);