aboutsummaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h5
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);
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_GUNZIP || defined BB_GZIP || defined BB_PRINTF || defined BB_TAIL
179extern void *xmalloc (size_t size);
180extern 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)
179extern int vdprintf(int d, const char *format, va_list ap); 184extern int vdprintf(int d, const char *format, va_list ap);
180#endif 185#endif