diff options
Diffstat (limited to 'H64E-2/h64e.h')
-rw-r--r-- | H64E-2/h64e.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/H64E-2/h64e.h b/H64E-2/h64e.h index e1446ee..d61f60b 100644 --- a/H64E-2/h64e.h +++ b/H64E-2/h64e.h @@ -104,5 +104,6 @@ int h64e_fmt_finish( H64E_format *fs); int h64e_fmt_space(H64E_format *fs, uint8_t *out_data, int32_t out_size, int32_t data_sz, int32_t type); int h64e_fmt_ascii(H64E_format *fs, uint8_t *in_data, int32_t in_size, uint8_t *out_data, int32_t out_size, int32_t data_sz); int h64e_fmt_hex(H64E_format *fs, uint8_t *in_data, int32_t in_size, uint8_t *out_data, int32_t out_size, int32_t data_sz); +int h64e_fmt_type(H64E_format *fs, uint8_t *in_data, int32_t in_size, uint8_t *out_data, int32_t out_size); #endif /* h64e_h */ |