From b22d62bd1481dfe13d60a6d16b09b9297944f063 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 15 Dec 2011 14:47:04 +0100 Subject: scd: Add option --dump-atr to command APDU. * scd/atr.c: Rewrite. * scd/Makefile.am (scdaemon_SOURCES): Add atr.c and atr.h. * scd/command.c (cmd_apdu): Add option --dump-atr. --- scd/atr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scd/atr.h') diff --git a/scd/atr.h b/scd/atr.h index 5f07522d1..b06a83a60 100644 --- a/scd/atr.h +++ b/scd/atr.h @@ -20,7 +20,7 @@ #ifndef ATR_H #define ATR_H -int atr_dump (int slot, FILE *fp); +char *atr_dump (const void *buffer, size_t buflen); -- cgit v1.2.3