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

@ -262,4 +262,6 @@ enum {
CP_INTERACTIVE = 16
};
extern const char *applet_name;
#endif /* __LIBBB_H__ */