X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fbusybox.h;h=e8055b06c0545b5b996b33d6f83cb2281b9bc637;hb=ceeff7381929930fe8d7e33543e285d5fdcf1c68;hp=8905b0dbd22891485ce6d5cae8144ca03ac34ad0;hpb=3e310ac309a3d61c5d2b651e200a625f71d9faa4;p=oweals%2Fbusybox.git diff --git a/include/busybox.h b/include/busybox.h index 8905b0dbd..e8055b06c 100644 --- a/include/busybox.h +++ b/include/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]