mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-22 14:28:07 +00:00
include options.h to base58.h
This commit is contained in:
parent
0abc61f672
commit
fa8772dfee
1
base58.h
1
base58.h
@ -26,6 +26,7 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
#include "options.h"
|
||||||
|
|
||||||
int base58_encode_check(const uint8_t *data, int len, char *str, int strsize);
|
int base58_encode_check(const uint8_t *data, int len, char *str, int strsize);
|
||||||
int base58_decode_check(const char *str, uint8_t *data, int datalen);
|
int base58_decode_check(const char *str, uint8_t *data, int datalen);
|
||||||
|
Loading…
Reference in New Issue
Block a user