aboutsummaryrefslogtreecommitdiff
path: root/pythonmod/pythonmod.h
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2023-09-18 19:59:52 +0000
committerCy Schubert <cy@FreeBSD.org>2023-09-18 19:59:52 +0000
commit401770e05c71ecb5ae61a59d316069b4b78bf622 (patch)
treea66e3d57ff5dde81aaa0fdc4c2d86c8b7a525ae0 /pythonmod/pythonmod.h
parent7699e1386a16236002b26107ffd2dcbde375e197 (diff)
Diffstat (limited to 'pythonmod/pythonmod.h')
-rw-r--r--pythonmod/pythonmod.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/pythonmod/pythonmod.h b/pythonmod/pythonmod.h
index 26d74e09f42b..86b1778c66fe 100644
--- a/pythonmod/pythonmod.h
+++ b/pythonmod/pythonmod.h
@@ -82,4 +82,12 @@ int python_inplace_cb_query_generic(
uint8_t* zone, size_t zonelen, struct regional* region, int id,
void* python_callback);
+/** Declared here for fptr_wlist access. The definition is in interface.i. */
+int python_inplace_cb_query_response(struct module_qstate* qstate,
+ struct dns_msg* response, int id, void* python_callback);
+
+/** Declared here for fptr_wlist access. The definition is in interface.i. */
+int python_inplace_cb_edns_back_parsed_call(struct module_qstate* qstate,
+ int id, void* python_callback);
+
#endif /* PYTHONMOD_H */