aboutsummaryrefslogtreecommitdiffstats
path: root/scd/app-common.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2006-02-09 18:29:31 +0000
committerWerner Koch <[email protected]>2006-02-09 18:29:31 +0000
commit4472efd12c3f3585cc94f3f938fb5e0bd6beabce (patch)
treeb43ce7a738b0db437f2f5cddf55bd7765101237a /scd/app-common.h
parentFixed a couple of problems with omnikey based readers (diff)
downloadgnupg-4472efd12c3f3585cc94f3f938fb5e0bd6beabce.tar.gz
gnupg-4472efd12c3f3585cc94f3f938fb5e0bd6beabce.zip
PIN caching of cards does now work.
Diffstat (limited to '')
-rw-r--r--scd/app-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scd/app-common.h b/scd/app-common.h
index 94087f221..d294a5c25 100644
--- a/scd/app-common.h
+++ b/scd/app-common.h
@@ -129,6 +129,8 @@ size_t app_help_read_length_of_cert (int slot, int fid, size_t *r_certoff);
/*-- app.c --*/
void app_dump_state (void);
+void application_notify_card_removed (int slot);
+gpg_error_t check_application_conflict (ctrl_t ctrl, const char *name);
gpg_error_t select_application (ctrl_t ctrl, int slot, const char *name,
app_t *r_app);
void release_application (app_t app);