From d3348d437fb0408bc24892ebd0b035686c294705 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Sun, 26 Apr 2015 11:23:26 +0000 Subject: import unbound 1.5.2 --- pythonmod/pythonmod_utils.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pythonmod/pythonmod_utils.h') diff --git a/pythonmod/pythonmod_utils.h b/pythonmod/pythonmod_utils.h index a901f391a460b..768eb46de6ac9 100644 --- a/pythonmod/pythonmod_utils.h +++ b/pythonmod/pythonmod_utils.h @@ -42,6 +42,7 @@ #define PYTHONMOD_UTILS_H #include "util/module.h" +struct delegpt_addr; /** * Store the reply_info and query_info pair in message cache (qstate->msg_cache) @@ -86,4 +87,7 @@ int createResponse(struct module_qstate* qstate, sldns_buffer* pkt); */ void reply_addr2str(struct comm_reply* reply, char* dest, int maxlen); +/* Convert target->addr to string */ +void delegpt_addr_addr2str(struct delegpt_addr* target, char *dest, int maxlen); + #endif /* PYTHONMOD_UTILS_H */ -- cgit v1.2.3