/* SPDX-License-Identifier: GPL-3.0-or-later * Copyright © 2016-2025 The TokTok team. * Copyright © 2013 Tox project. */ #ifndef C_TOXCORE_TOXCORE_NET_LOG_H #define C_TOXCORE_TOXCORE_NET_LOG_H #include // bool #include // uint*_t #include "attributes.h" #include "logger.h" #include "network.h" #ifdef __cplusplus extern "C" { #endif void net_log_data(const Logger *_Nonnull log, const char *_Nonnull message, const uint8_t *_Nonnull buffer, uint16_t buflen, const IP_Port *_Nonnull ip_port, long res); #ifdef __cplusplus } /* extern "C" */ #endif #endif /* C_TOXCORE_TOXCORE_NET_LOG_H */