Show
Ignore:
Timestamp:
2008-07-01 17:57:37 (5 months ago)
Author:
Brendan Cully <brendan@…>
Branch:
HEAD
Message:

Stub in a gpgme version of extract-keys. It doesn't currently work
right because apparently while gpg on the command line can parse a
whole message, we'll have to do it for gpgme. I really wonder about
the 'ME' part of GPGME sometimes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • crypt-gpgme.h

    r4917 r5439  
    3535 
    3636int pgp_gpgme_check_traditional (FILE *fp, BODY *b, int tagged_only); 
     37void pgp_gpgme_invoke_import (const char* fname); 
    3738 
    3839int pgp_gpgme_application_handler (BODY *m, STATE *s);