RTRlib
Loading...
Searching...
No Matches
log_private.h
Go to the documentation of this file.
1/*
2 * This file is part of RTRlib.
3 *
4 * This file is subject to the terms and conditions of the MIT license.
5 * See the file LICENSE in the top level directory for more details.
6 *
7 * Website: http://rtrlib.realmv6.org/
8 */
9
10#ifndef LRTR_LOG_PRIVATE_H
11#define LRTR_LOG_PRIVATE_H
12
17void lrtr_dbg(const char *frmt, ...) __attribute__((format(printf, 1, 2)));
18
19#endif
void lrtr_dbg(const char *frmt,...) __attribute__((format(printf
Writes a message to stdout if NDEBUG isn't defined.
struct pdu_reset_query __attribute__