From 8b3cf19e24f19f544558f4b9374af1cda339e308 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 21 Jun 2004 06:53:30 +0000 Subject: * sc-investigate.c (my_read_line): Renamed from read_line. --- scd/ChangeLog | 4 ++++ scd/sc-investigate.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'scd') diff --git a/scd/ChangeLog b/scd/ChangeLog index e04575c75..b06c692f5 100644 --- a/scd/ChangeLog +++ b/scd/ChangeLog @@ -1,3 +1,7 @@ +2004-06-18 Werner Koch + + * sc-investigate.c (my_read_line): Renamed from read_line. + 2004-06-16 Werner Koch * apdu.c (osc_get_status): Fixed type in function name. Noted by diff --git a/scd/sc-investigate.c b/scd/sc-investigate.c index 3882e1dfd..229def535 100644 --- a/scd/sc-investigate.c +++ b/scd/sc-investigate.c @@ -362,7 +362,7 @@ pin_to_buffer (const char *string, size_t *r_length) static char * -read_line (int use_readline, char *prompt) +my_read_line (int use_readline, char *prompt) { static char buf[256]; @@ -470,7 +470,7 @@ interactive_shell (int slot) printf ("\n"); do { - line = read_line (use_readline, "cmd> "); + line = my_read_line (use_readline, "cmd> "); } while ( line && *line == '#' ); -- cgit v1.2.3