From 982105f1ce85c92482def1d66f1f44e438ae5ab6 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 28 Nov 2011 18:11:59 +0100 Subject: Use separate test module for dns-cert.c. * dns-cert.c (get_dns_cert): Factor test code out to ... * t-dns-cert.c: new file. --- common/dns-cert.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/dns-cert.h') diff --git a/common/dns-cert.h b/common/dns-cert.h index 827533947..ebfeec838 100644 --- a/common/dns-cert.h +++ b/common/dns-cert.h @@ -19,7 +19,7 @@ #ifndef GNUPG_COMMON_DNS_CERT_H #define GNUPG_COMMON_DNS_CERT_H -int get_dns_cert (const char *name, size_t max_size, IOBUF *iobuf, +int get_dns_cert (const char *name, size_t max_size, iobuf_t *iobuf, unsigned char **fpr, size_t *fpr_len, char **url); -- cgit v1.2.3