summaryrefslogtreecommitdiff
path: root/pythonmod/pythonmod.h
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2018-09-10 16:32:55 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2018-09-10 16:32:55 +0000
commitdcaa814d350c5ee7deb2164502a24f2f698b9799 (patch)
tree9cb62373e6c424da021043a171564ced3bb19501 /pythonmod/pythonmod.h
parent4aea2433fa04a7a86c8972869bd021b7a3622dc8 (diff)
Notes
Diffstat (limited to 'pythonmod/pythonmod.h')
-rw-r--r--pythonmod/pythonmod.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pythonmod/pythonmod.h b/pythonmod/pythonmod.h
index 7c7c0e751c30..991ae51a20a7 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 */