aboutsummaryrefslogtreecommitdiff
path: root/busybox.h
diff options
context:
space:
mode:
Diffstat (limited to 'busybox.h')
-rw-r--r--busybox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/busybox.h b/busybox.h
index 101e65989..39580b548 100644
--- a/busybox.h
+++ b/busybox.h
@@ -161,6 +161,7 @@ extern void *xcalloc(size_t nmemb, size_t size);
161extern char *xstrdup (const char *s); 161extern char *xstrdup (const char *s);
162#endif 162#endif
163extern char *xstrndup (const char *s, int n); 163extern char *xstrndup (const char *s, int n);
164extern char * safe_strncpy(char *dst, const char *src, size_t size);
164 165
165struct suffix_mult { 166struct suffix_mult {
166 char *suffix; 167 char *suffix;