aboutsummaryrefslogtreecommitdiffstats
path: root/common/dns-cert.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2011-11-28 17:11:59 +0000
committerWerner Koch <[email protected]>2011-11-30 16:34:49 +0000
commit982105f1ce85c92482def1d66f1f44e438ae5ab6 (patch)
tree59e60c45767531b887e0761099bcad9d02120636 /common/dns-cert.h
parentMerge branch 'master' of git+ssh://playfair.gnupg.org/git/gnupg (diff)
downloadgnupg-982105f1ce85c92482def1d66f1f44e438ae5ab6.tar.gz
gnupg-982105f1ce85c92482def1d66f1f44e438ae5ab6.zip
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.
Diffstat (limited to 'common/dns-cert.h')
-rw-r--r--common/dns-cert.h2
1 files changed, 1 insertions, 1 deletions
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);