X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fcli.h;h=5fb2a1711eaf20d16ef4e5a592ff38a1ff3bb1da;hb=6483e60140be5fe4ab60de85cdf679fc0518dc99;hp=422d97acb2f8fae2bc5e643196131d57d3ad3824;hpb=55961d766375e8415baf7bc1e74fe9ba087e18ad;p=avr-crypto-lib.git diff --git a/test_src/cli.h b/test_src/cli.h index 422d97a..5fb2a17 100644 --- a/test_src/cli.h +++ b/test_src/cli.h @@ -16,6 +16,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ + #ifndef CLI_H_ #define CLI_H_ @@ -57,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);