File: processing.h

package info (click to toggle)
knot 3.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,804 kB
  • sloc: ansic: 153,806; sh: 5,822; python: 1,141; makefile: 817
file content (20 lines) | stat: -rw-r--r-- 494 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*  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/>
 */

#pragma once

#include "libzscanner/scanner.h"

void debug_process_error(zs_scanner_t *scanner);

void debug_process_record(zs_scanner_t *scanner);

void debug_process_comment(zs_scanner_t *scanner);

void test_process_error(zs_scanner_t *scanner);

void test_process_record(zs_scanner_t *scanner);

int test_date_to_timestamp(void);