summaryrefslogtreecommitdiff
path: root/pythonmod/pythonmod.h
diff options
context:
space:
mode:
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 */