summaryrefslogtreecommitdiffstats
path: root/g10/call-agent.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2009-01-13 15:01:56 +0100
committerWerner Koch <wk@gnupg.org>2009-01-13 15:01:56 +0100
commit38251aa74f92134ac164a0090b70e4a6bc2a0519 (patch)
tree7893cf1a25613e1b54b8c577bd406bc0ce9a9327 /g10/call-agent.h
parentPost release updates (diff)
downloadgnupg2-38251aa74f92134ac164a0090b70e4a6bc2a0519.tar.xz
gnupg2-38251aa74f92134ac164a0090b70e4a6bc2a0519.zip
Add a sample key.
Detect and show the card type.
Diffstat (limited to 'g10/call-agent.h')
-rw-r--r--g10/call-agent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/call-agent.h b/g10/call-agent.h
index ee69793fa..ef4ad85c5 100644
--- a/g10/call-agent.h
+++ b/g10/call-agent.h
@@ -23,6 +23,7 @@
struct agent_card_info_s
{
int error; /* private. */
+ char *apptype; /* Malloced application type string. */
char *serialno; /* malloced hex string. */
char *disp_name; /* malloced. */
char *disp_lang; /* malloced. */