- Fix pythonmod for cb changes.

git-svn-id: file:///svn/unbound/trunk@4097 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards
2017-04-06 14:17:37 +00:00
parent 5591fdff8d
commit 06e794898f
3 changed files with 34 additions and 27 deletions
+1 -1
View File
@@ -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 */