Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2001-04-24 05:12:33 +0400
committerMatt Kraai <kraai@debian.org>2001-04-24 05:12:33 +0400
commit9ff9325e60eac6cc119eab5dff0dbbba78edfd32 (patch)
treeb298111f4ce0cbb7998dabb279d61247eb4eac19 /libbb/verror_msg.c
parentaf030496fae5c4ad24770be8a850b244286ba608 (diff)
Move applet_name declaration from busybox.h to libbb.h.
Diffstat (limited to 'libbb/verror_msg.c')
-rw-r--r--libbb/verror_msg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libbb/verror_msg.c b/libbb/verror_msg.c
index b5278cfb7..b34821561 100644
--- a/libbb/verror_msg.c
+++ b/libbb/verror_msg.c
@@ -31,8 +31,6 @@
#include <stdlib.h>
#include "libbb.h"
-extern const char *applet_name;
-
extern void verror_msg(const char *s, va_list p)
{
fflush(stdout);