From 9ff9325e60eac6cc119eab5dff0dbbba78edfd32 Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Tue, 24 Apr 2001 01:12:33 +0000 Subject: Move applet_name declaration from busybox.h to libbb.h. --- include/busybox.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/busybox.h') 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] -- cgit v1.2.3