diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/libbb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index 1c23d2f66..b761b1091 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
| @@ -2191,6 +2191,7 @@ void read_base64(FILE *src_stream, FILE *dst_stream, int flags) FAST_FUNC; | |||
| 2191 | 2191 | ||
| 2192 | int FAST_FUNC i2a64(int i); | 2192 | int FAST_FUNC i2a64(int i); |
| 2193 | int FAST_FUNC a2i64(char c); | 2193 | int FAST_FUNC a2i64(char c); |
| 2194 | char* FAST_FUNC num2str64_lsb_first(char *s, unsigned v, int n); | ||
| 2194 | 2195 | ||
| 2195 | typedef struct md5_ctx_t { | 2196 | typedef struct md5_ctx_t { |
| 2196 | uint8_t wbuffer[64]; /* always correctly aligned for uint64_t */ | 2197 | uint8_t wbuffer[64]; /* always correctly aligned for uint64_t */ |
