diff options
Diffstat (limited to '')
-rw-r--r-- | include/util.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/util.h b/include/util.h index 31e18879d..77b2b66f2 100644 --- a/include/util.h +++ b/include/util.h @@ -253,6 +253,10 @@ int vasprintf (char **result, const char *format, va_list args); int asprintf (char **buf, const char *fmt, ...); #endif /*_WIN32*/ +/*-- pka.c --*/ +char *get_pka_info (const char *address, unsigned char *fpr); + + /**** other missing stuff ****/ #ifndef HAVE_ATEXIT /* For SunOS */ |