diff options
Diffstat (limited to 'keyserver/ksutil.h')
-rw-r--r-- | keyserver/ksutil.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyserver/ksutil.h b/keyserver/ksutil.h index 069901087..3affc06b6 100644 --- a/keyserver/ksutil.h +++ b/keyserver/ksutil.h @@ -138,6 +138,4 @@ struct curl_writer_ctx size_t curl_writer(const void *ptr,size_t size,size_t nmemb,void *cw_ctx); void curl_writer_finalize(struct curl_writer_ctx *ctx); -int ks_hextobyte (const char *s); - #endif /* !_KSUTIL_H_ */ |