Fail silently on failure to read tar header, its unfortunate that many tar implementa...
[oweals/busybox.git] / busybox.h
index 8905b0dbd22891485ce6d5cae8144ca03ac34ad0..e8055b06c0545b5b996b33d6f83cb2281b9bc637 100644 (file)
--- a/busybox.h
+++ b/busybox.h
@@ -66,8 +66,6 @@ extern const struct BB_applet applets[];
 #include "applets.h"
 #undef PROTOTYPES
 
-extern const char *applet_name;
-
 #ifdef BB_FEATURE_BUFFERS_GO_ON_STACK
 #define RESERVE_BB_BUFFER(buffer,len)           char buffer[len]
 #define RESERVE_BB_UBUFFER(buffer,len) unsigned char buffer[len]