Move applet_name declaration from busybox.h to libbb.h.

This commit is contained in:
Matt Kraai
2001-04-24 01:12:33 +00:00
parent af030496fa
commit 9ff9325e60
7 changed files with 5 additions and 9 deletions

View File

@ -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);