2025-03-21 08:53:27 -04:00
|
|
|
/* Copyright (C) CZ.NIC, z.s.p.o. and contributors
|
|
|
|
|
* SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
|
* For more information, see <https://www.knot-dns.cz/>
|
2012-08-13 10:16:08 -04:00
|
|
|
*/
|
|
|
|
|
|
2014-05-30 10:14:30 -04:00
|
|
|
#pragma once
|
2012-08-13 10:16:08 -04:00
|
|
|
|
2018-03-12 06:16:20 -04:00
|
|
|
#include "libzscanner/scanner.h"
|
2012-08-13 10:16:08 -04:00
|
|
|
|
2014-04-17 09:16:32 -04:00
|
|
|
void debug_process_error(zs_scanner_t *scanner);
|
2012-08-13 10:16:08 -04:00
|
|
|
|
2014-04-17 09:16:32 -04:00
|
|
|
void debug_process_record(zs_scanner_t *scanner);
|
2012-09-07 03:32:41 -04:00
|
|
|
|
2018-10-31 11:36:09 -04:00
|
|
|
void debug_process_comment(zs_scanner_t *scanner);
|
|
|
|
|
|
2014-04-17 09:16:32 -04:00
|
|
|
void test_process_error(zs_scanner_t *scanner);
|
2012-09-07 03:32:41 -04:00
|
|
|
|
2014-04-17 09:16:32 -04:00
|
|
|
void test_process_record(zs_scanner_t *scanner);
|
2012-09-07 03:32:41 -04:00
|
|
|
|
2018-03-09 02:50:28 -05:00
|
|
|
int test_date_to_timestamp(void);
|