1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

[W32] Changed default socket for dirmngr.

[W32] Add some code for event notifications 
      between scdaemon and gpg-agent.
This commit is contained in:
Werner Koch 2007-11-27 08:01:19 +00:00
parent 3d4ef0c814
commit 598a3d0ab4
12 changed files with 107 additions and 22 deletions

View file

@ -353,7 +353,7 @@ cmd_geteventcounter (assuan_context_t ctx, char *line)
/* This function should be called once for all key removals or
additions. Thus function is assured not to do any context
additions. This function is assured not to do any context
switches. */
void
bump_key_eventcounter (void)
@ -363,7 +363,7 @@ bump_key_eventcounter (void)
}
/* This function should be called for all card reader status
changes. Thus function is assured not to do any context
changes. This function is assured not to do any context
switches. */
void
bump_card_eventcounter (void)