]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/cli.h
verification seems to work now...
[avr-crypto-lib.git] / test_src / cli.h
index dc79a7da16c1aee0f333ef4c5961a3a3a2d73ef6..5fb2a1711eaf20d16ef4e5a592ff38a1ff3bb1da 100644 (file)
@@ -58,6 +58,7 @@ void cli_putc(char c);
 uint16_t cli_getc(void);
 uint16_t cli_getc_cecho(void);
 uint8_t cli_getsn(char* s, uint16_t n);
+uint8_t cli_getsn_cecho(char* s, uint16_t n);
 void cli_putstr(const char* s);
 void cli_putstr_P(PGM_P s);
 void cli_hexdump(const void* data, uint16_t length);