diff options
author | Erik Andersen | 2000-01-25 18:13:53 +0000 |
---|---|---|
committer | Erik Andersen | 2000-01-25 18:13:53 +0000 |
commit | 3fe39dce5d1a0b0946878c66bbd7f694c5aa38ea (patch) | |
tree | 32b6129967a8b5c922b72843efc7fc6683287181 /internal.h | |
parent | bf3a838aaca4ab34d2739438fa44d0dbb04e9862 (diff) | |
download | busybox-3fe39dce5d1a0b0946878c66bbd7f694c5aa38ea.zip busybox-3fe39dce5d1a0b0946878c66bbd7f694c5aa38ea.tar.gz |
Some busybox updates. See the changelog for details if you care.
-Erik
Diffstat (limited to 'internal.h')
-rw-r--r-- | internal.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -175,6 +175,11 @@ extern int check_wildcard_match(const char* text, const char* pattern); extern long getNum (const char *cp); extern pid_t findInitPid(); +#if defined BB_GUNZIP || defined BB_GZIP || defined BB_PRINTF || defined BB_TAIL +extern void *xmalloc (size_t size); +extern void error(char *msg); +#endif + #if (__GLIBC__ < 2) && (defined BB_SYSLOGD || defined BB_INIT) extern int vdprintf(int d, const char *format, va_list ap); #endif |