Skip to content
Snippets Groups Projects
Commit 5ad25ef2 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

dnssec: remove print.h

parent ca40003d
No related branches found
No related tags found
1 merge request!705Dnssec cleanup
Pipeline #
......@@ -132,7 +132,6 @@ src/dnssec/shared/path.c
src/dnssec/shared/path.h
src/dnssec/shared/pem.c
src/dnssec/shared/pem.h
src/dnssec/shared/print.h
src/dnssec/shared/shared.h
src/dnssec/shared/wire.h
src/dnssec/tests/binary.c
......
/* Copyright (C) 2016 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include <stdio.h>
#define error(fmt, ...) fprintf(stderr, fmt "\n", ##__VA_ARGS__)
......@@ -27,10 +27,10 @@
#include "dnssec/nsec.h"
#include "shared/dname.h"
#include "shared/hex.h"
#include "shared/print.h"
#include "libknot/error.h"
#define PROGRAM_NAME "knsec3hash"
#define error(fmt, ...) fprintf(stderr, fmt "\n", ##__VA_ARGS__)
/*!
* \brief Print program help (and example).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment