diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2021-02-09 20:59:02 +0000 | 
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2021-02-09 20:59:02 +0000 | 
| commit | d60fa10fd872db7e3d8cb1e161cfdae026c43b14 (patch) | |
| tree | e19b79c68276ce72fabece9595abbdd5e6378eb0 /pythonmod/pythonmod_utils.h | |
| parent | 072fbfa38b24d202f4eac875ad2f93531dad7f7e (diff) | |
Diffstat (limited to 'pythonmod/pythonmod_utils.h')
| -rw-r--r-- | pythonmod/pythonmod_utils.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/pythonmod/pythonmod_utils.h b/pythonmod/pythonmod_utils.h index 768eb46de6ac..4ea86f9bee4c 100644 --- a/pythonmod/pythonmod_utils.h +++ b/pythonmod/pythonmod_utils.h @@ -43,6 +43,7 @@  #include "util/module.h"  struct delegpt_addr; +struct sldns_buffer;  /**   *  Store the reply_info and query_info pair in message cache (qstate->msg_cache) @@ -77,7 +78,7 @@ void invalidateQueryInCache(struct module_qstate* qstate, struct query_info* qin   * @param pkt: a sldns_buffer which contains sldns_packet data   * @return 0 on failure, out of memory or parse error.   */ -int createResponse(struct module_qstate* qstate, sldns_buffer* pkt); +int createResponse(struct module_qstate* qstate, struct sldns_buffer* pkt);  /**   *  Convert reply->addr to string | 
