From 79dd93c19fd35899133800562b0db20f1a4c0f56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Wed, 14 May 2014 18:44:22 +0000 Subject: import unbound 1.4.22 --- pythonmod/pythonmod_utils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pythonmod/pythonmod_utils.h') diff --git a/pythonmod/pythonmod_utils.h b/pythonmod/pythonmod_utils.h index a1641d30858e..a901f391a460 100644 --- a/pythonmod/pythonmod_utils.h +++ b/pythonmod/pythonmod_utils.h @@ -73,10 +73,10 @@ void invalidateQueryInCache(struct module_qstate* qstate, struct query_info* qin * This function fills qstate.return_msg up with data of a given packet * * @param qstate: module environment - * @param pkt: a ldns_buffer which contains ldns_packet data + * @param pkt: a sldns_buffer which contains sldns_packet data * @return 0 on failure, out of memory or parse error. */ -int createResponse(struct module_qstate* qstate, ldns_buffer* pkt); +int createResponse(struct module_qstate* qstate, sldns_buffer* pkt); /** * Convert reply->addr to string -- cgit v1.2.3