commit | ec455953008d08f588fe0c0bd9df4278cd188315 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Wed Feb 14 08:11:27 2001 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Wed Feb 14 08:11:27 2001 +0000 |
tree | ece4d8fefb69365210a9e623df07b41086cd5613 | |
parent | 88a5ceb450b576558b7d34e0baadb204dd329fb8 [diff] [blame] |
Add in ifconfig and route
diff --git a/include/busybox.h b/include/busybox.h index 101e659..39580b5 100644 --- a/include/busybox.h +++ b/include/busybox.h
@@ -161,6 +161,7 @@ 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;