diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/libbb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index 61fa1e03e..140404ff5 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
| @@ -833,7 +833,8 @@ typedef struct uni_stat_t { | |||
| 833 | } uni_stat_t; | 833 | } uni_stat_t; |
| 834 | /* Returns a string with unprintable chars replaced by '?' or | 834 | /* Returns a string with unprintable chars replaced by '?' or |
| 835 | * SUBST_WCHAR. This function is unicode-aware. */ | 835 | * SUBST_WCHAR. This function is unicode-aware. */ |
| 836 | const char* FAST_FUNC printable_string(uni_stat_t *stats, const char *str); | 836 | const char* FAST_FUNC printable_string(const char *str); |
| 837 | const char* FAST_FUNC printable_string2(uni_stat_t *stats, const char *str); | ||
| 837 | /* Prints unprintable char ch as ^C or M-c to file | 838 | /* Prints unprintable char ch as ^C or M-c to file |
| 838 | * (M-c is used only if ch is ORed with PRINTABLE_META), | 839 | * (M-c is used only if ch is ORed with PRINTABLE_META), |
| 839 | * else it is printed as-is (except for ch = 0x9b) */ | 840 | * else it is printed as-is (except for ch = 0x9b) */ |
