aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2001-04-24 01:12:33 +0000
committerMatt Kraai <kraai@debian.org>2001-04-24 01:12:33 +0000
commit9ff9325e60eac6cc119eab5dff0dbbba78edfd32 (patch)
treeb298111f4ce0cbb7998dabb279d61247eb4eac19 /include/libbb.h
parentaf030496fae5c4ad24770be8a850b244286ba608 (diff)
downloadbusybox-w32-9ff9325e60eac6cc119eab5dff0dbbba78edfd32.tar.gz
busybox-w32-9ff9325e60eac6cc119eab5dff0dbbba78edfd32.tar.bz2
busybox-w32-9ff9325e60eac6cc119eab5dff0dbbba78edfd32.zip
Move applet_name declaration from busybox.h to libbb.h.
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h2
1 files changed, 2 insertions, 0 deletions
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 {
262 CP_INTERACTIVE = 16 262 CP_INTERACTIVE = 16
263}; 263};
264 264
265extern const char *applet_name;
266
265#endif /* __LIBBB_H__ */ 267#endif /* __LIBBB_H__ */