diff options
Diffstat (limited to 'internal.h')
-rw-r--r-- | internal.h | 5 |
1 files changed, 5 insertions, 0 deletions
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); | |||
175 | extern long getNum (const char *cp); | 175 | extern long getNum (const char *cp); |
176 | extern pid_t findInitPid(); | 176 | extern pid_t findInitPid(); |
177 | 177 | ||
178 | #if defined BB_GUNZIP || defined BB_GZIP || defined BB_PRINTF || defined BB_TAIL | ||
179 | extern void *xmalloc (size_t size); | ||
180 | extern void error(char *msg); | ||
181 | #endif | ||
182 | |||
178 | #if (__GLIBC__ < 2) && (defined BB_SYSLOGD || defined BB_INIT) | 183 | #if (__GLIBC__ < 2) && (defined BB_SYSLOGD || defined BB_INIT) |
179 | extern int vdprintf(int d, const char *format, va_list ap); | 184 | extern int vdprintf(int d, const char *format, va_list ap); |
180 | #endif | 185 | #endif |