diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index 461c28fcb..ca3afea98 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -183,6 +183,7 @@ void run_applet_by_name(const char *name, int argc, char **argv); | |||
183 | * to have the prototypes here unconditionally. */ | 183 | * to have the prototypes here unconditionally. */ |
184 | extern void *xmalloc(size_t size); | 184 | extern void *xmalloc(size_t size); |
185 | extern void *xrealloc(void *old, size_t size); | 185 | extern void *xrealloc(void *old, size_t size); |
186 | extern void *xzalloc(size_t size); | ||
186 | extern void *xcalloc(size_t nmemb, size_t size); | 187 | extern void *xcalloc(size_t nmemb, size_t size); |
187 | 188 | ||
188 | extern char *bb_xstrdup (const char *s); | 189 | extern char *bb_xstrdup (const char *s); |