diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2019-02-06 12:31:02 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2019-02-06 12:31:02 +0000 |
| commit | 9c9d011eed674ddd7e4a0a148691887afb9e75cd (patch) | |
| tree | cd45bceeed24e66e5b2838e8589d2c111cf691c6 /pythonmod/pythonmod.h | |
| parent | 089d83fbd0b24f957b753d440f188ddadaabf4ff (diff) | |
Notes
Diffstat (limited to 'pythonmod/pythonmod.h')
| -rw-r--r-- | pythonmod/pythonmod.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pythonmod/pythonmod.h b/pythonmod/pythonmod.h index 991ae51a20a7..ae8af27eb22b 100644 --- a/pythonmod/pythonmod.h +++ b/pythonmod/pythonmod.h @@ -74,4 +74,12 @@ int python_inplace_cb_reply_generic(struct query_info* qinfo, struct edns_data* edns, struct edns_option** opt_list_out, struct comm_reply* repinfo, 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_generic( + struct query_info* qinfo, uint16_t flags, struct module_qstate* qstate, + struct sockaddr_storage* addr, socklen_t addrlen, + uint8_t* zone, size_t zonelen, struct regional* region, int id, + void* python_callback); + #endif /* PYTHONMOD_H */ |
