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/libbb.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/libbb.h') diff --git a/include/libbb.h b/include/libbb.h index c47a6689e..4eeb99343 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -262,4 +262,6 @@ enum { CP_INTERACTIVE = 16 }; +extern const char *applet_name; + #endif /* __LIBBB_H__ */ -- cgit v1.2.3