aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h3
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 */
1114char* hex2bin(char *dst, const char *src, int count) FAST_FUNC; 1114char* hex2bin(char *dst, const char *src, int count) FAST_FUNC;
1115 1115
1116extern const char c_escape_conv_str00[];
1117#define c_escape_conv_str07 (c_escape_conv_str00+3)
1118
1116void FAST_FUNC xorbuf_3(void *dst, const void *src1, const void *src2, unsigned count); 1119void FAST_FUNC xorbuf_3(void *dst, const void *src1, const void *src2, unsigned count);
1117void FAST_FUNC xorbuf(void* buf, const void* mask, unsigned count); 1120void FAST_FUNC xorbuf(void* buf, const void* mask, unsigned count);
1118void FAST_FUNC xorbuf16_aligned_long(void* buf, const void* mask); 1121void FAST_FUNC xorbuf16_aligned_long(void* buf, const void* mask);