summaryrefslogtreecommitdiff
path: root/pythonmod/pythonmod.h
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2018-05-12 11:53:39 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2018-05-12 11:53:39 +0000
commit6cacf549d3c2d5bddb0dcadd620e1db2897c7f26 (patch)
treee187e7d708a063f1628697fe779e2bb101d451b8 /pythonmod/pythonmod.h
parentfbdb9ac866a647da0919b224f05cca039afc02fa (diff)
Notes
Diffstat (limited to 'pythonmod/pythonmod.h')
-rw-r--r--pythonmod/pythonmod.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pythonmod/pythonmod.h b/pythonmod/pythonmod.h
index 2386882de9c2..7c7c0e751c30 100644
--- a/pythonmod/pythonmod.h
+++ b/pythonmod/pythonmod.h
@@ -72,5 +72,5 @@ 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, void* python_callback);
+ struct regional* region, int id, void* python_callback);
#endif /* PYTHONMOD_H */