From dcaa814d350c5ee7deb2164502a24f2f698b9799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Mon, 10 Sep 2018 16:32:55 +0000 Subject: Vendor import of Unbound 1.8.0. --- pythonmod/pythonmod.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pythonmod/pythonmod.h') diff --git a/pythonmod/pythonmod.h b/pythonmod/pythonmod.h index 7c7c0e751c30c..991ae51a20a74 100644 --- a/pythonmod/pythonmod.h +++ b/pythonmod/pythonmod.h @@ -72,5 +72,6 @@ size_t pythonmod_get_mem(struct module_env* env, int id); int python_inplace_cb_reply_generic(struct query_info* qinfo, struct module_qstate* qstate, struct reply_info* rep, int rcode, struct edns_data* edns, struct edns_option** opt_list_out, - struct regional* region, int id, void* python_callback); + struct comm_reply* repinfo, struct regional* region, int id, + void* python_callback); #endif /* PYTHONMOD_H */ -- cgit v1.2.3