diff options
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index 794e43889..e674e4aea 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -734,6 +734,8 @@ const char *make_human_readable_str(unsigned long long size, | |||
734 | unsigned long block_size, unsigned long display_unit) FAST_FUNC; | 734 | unsigned long block_size, unsigned long display_unit) FAST_FUNC; |
735 | /* Put a string of hex bytes ("1b2e66fe"...), return advanced pointer */ | 735 | /* Put a string of hex bytes ("1b2e66fe"...), return advanced pointer */ |
736 | char *bin2hex(char *buf, const char *cp, int count) FAST_FUNC; | 736 | char *bin2hex(char *buf, const char *cp, int count) FAST_FUNC; |
737 | /* Reverse */ | ||
738 | char* hex2bin(char *dst, const char *str, int count) FAST_FUNC; | ||
737 | 739 | ||
738 | /* Generate a UUID */ | 740 | /* Generate a UUID */ |
739 | void generate_uuid(uint8_t *buf) FAST_FUNC; | 741 | void generate_uuid(uint8_t *buf) FAST_FUNC; |