diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/libbb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index 7105bd479..cdc05049c 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
| @@ -1113,6 +1113,9 @@ char *bin2hex(char *dst, const char *src, int count) FAST_FUNC; | |||
| 1113 | /* Reverse */ | 1113 | /* Reverse */ |
| 1114 | char* hex2bin(char *dst, const char *src, int count) FAST_FUNC; | 1114 | char* hex2bin(char *dst, const char *src, int count) FAST_FUNC; |
| 1115 | 1115 | ||
| 1116 | extern const char c_escape_conv_str00[]; | ||
| 1117 | #define c_escape_conv_str07 (c_escape_conv_str00+3) | ||
| 1118 | |||
| 1116 | void FAST_FUNC xorbuf_3(void *dst, const void *src1, const void *src2, unsigned count); | 1119 | void FAST_FUNC xorbuf_3(void *dst, const void *src1, const void *src2, unsigned count); |
| 1117 | void FAST_FUNC xorbuf(void* buf, const void* mask, unsigned count); | 1120 | void FAST_FUNC xorbuf(void* buf, const void* mask, unsigned count); |
| 1118 | void FAST_FUNC xorbuf16_aligned_long(void* buf, const void* mask); | 1121 | void FAST_FUNC xorbuf16_aligned_long(void* buf, const void* mask); |
