diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2014-05-14 18:44:22 +0000 | 
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2014-05-14 18:44:22 +0000 | 
| commit | 79dd93c19fd35899133800562b0db20f1a4c0f56 (patch) | |
| tree | 86c1332d2843f4c80ae64365c16ba04306b6f542 /pythonmod/pythonmod_utils.h | |
| parent | f61d78fb42d2662643e7f0dbdcb97adbc2589dbc (diff) | |
Notes
Diffstat (limited to 'pythonmod/pythonmod_utils.h')
| -rw-r--r-- | pythonmod/pythonmod_utils.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/pythonmod/pythonmod_utils.h b/pythonmod/pythonmod_utils.h index a1641d30858e..a901f391a460 100644 --- a/pythonmod/pythonmod_utils.h +++ b/pythonmod/pythonmod_utils.h @@ -73,10 +73,10 @@ void invalidateQueryInCache(struct module_qstate* qstate, struct query_info* qin   *  This function fills qstate.return_msg up with data of a given packet   *    * @param qstate: module environment - * @param pkt: a ldns_buffer which contains ldns_packet data + * @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, ldns_buffer* pkt); +int createResponse(struct module_qstate* qstate, sldns_buffer* pkt);  /**   *  Convert reply->addr to string | 
