diff options
Diffstat (limited to '')
-rw-r--r-- | common/pka.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/pka.h b/common/pka.h index 68b4c2ef6..93a4eb3ee 100644 --- a/common/pka.h +++ b/common/pka.h @@ -29,7 +29,7 @@ #ifndef GNUPG_COMMON_PKA_H #define GNUPG_COMMON_PKA_H -char *get_pka_info (const char *address, unsigned char *fpr); +char *get_pka_info (const char *address, void *fprbuf, size_t fprbuflen); #endif /*GNUPG_COMMON_PKA_H*/ |