diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index 4e96ea415..88847ac59 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -372,7 +372,7 @@ enum { /* DO NOT CHANGE THESE VALUES! cp.c depends on them. */ | |||
372 | FILEUTILS_INTERACTIVE = 16 | 372 | FILEUTILS_INTERACTIVE = 16 |
373 | }; | 373 | }; |
374 | 374 | ||
375 | extern const char *bb_applet_name; | 375 | extern const char *applet_name; |
376 | 376 | ||
377 | extern const char bb_msg_full_version[]; | 377 | extern const char bb_msg_full_version[]; |
378 | extern const char bb_msg_memory_exhausted[]; | 378 | extern const char bb_msg_memory_exhausted[]; |