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;