fred-mod-eppd
/build/mod-eppd-2.21.0/xml-in-out-log.h
1 /*
2  * Copyright (C) 2018 CZ.NIC, z. s. p. o.
3  *
4  * This file is part of FRED.
5  *
6  * FRED is free software: you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation, either version 3 of the License, or
9  * (at your option) any later version.
10  *
11  * FRED is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with FRED. If not, see <https://www.gnu.org/licenses/>.
18  */
19 #ifndef XML_IN_OUT_LOG_H_9646CA383C65E16365E6E528EA911193//date "+%s"|md5sum|tr "[a-f]" "[A-F]"
20 #define XML_IN_OUT_LOG_H_9646CA383C65E16365E6E528EA911193
21 
22 #include "epp_common.h"
23 
30 extern void xml_in_out_log(epp_context *epp_ctx, const char *fmt, ...);
31 
32 #endif//XML_IN_OUT_LOG_H_9646CA383C65E16365E6E528EA911193
Definition: epp_common.h:45