From 3fe39dce5d1a0b0946878c66bbd7f694c5aa38ea Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Tue, 25 Jan 2000 18:13:53 +0000 Subject: Some busybox updates. See the changelog for details if you care. -Erik --- internal.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'internal.h') diff --git a/internal.h b/internal.h index b77feabad..500a63e62 100644 --- a/internal.h +++ b/internal.h @@ -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 -- cgit v1.2.3