aboutsummaryrefslogtreecommitdiff
path: root/include/busybox.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-02-14 08:11:27 +0000
committerEric Andersen <andersen@codepoet.org>2001-02-14 08:11:27 +0000
commitec455953008d08f588fe0c0bd9df4278cd188315 (patch)
treeece4d8fefb69365210a9e623df07b41086cd5613 /include/busybox.h
parent88a5ceb450b576558b7d34e0baadb204dd329fb8 (diff)
downloadbusybox-ec455953008d08f588fe0c0bd9df4278cd188315.tar.gz
Add in ifconfig and route
Diffstat (limited to 'include/busybox.h')
-rw-r--r--include/busybox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/busybox.h b/include/busybox.h
index 101e65989..39580b548 100644
--- a/include/busybox.h
+++ b/include/busybox.h
@@ -161,6 +161,7 @@ extern void *xcalloc(size_t nmemb, size_t size);
extern char *xstrdup (const char *s);
#endif
extern char *xstrndup (const char *s, int n);
+extern char * safe_strncpy(char *dst, const char *src, size_t size);
struct suffix_mult {
char *suffix;