chiaki/test/test_log.h
2020-12-27 16:46:09 +01:00

11 lines
197 B
C

// SPDX-License-Identifier: LicenseRef-AGPL-3.0-only-OpenSSL
#ifndef CHIAKI_TEST_LOG_H
#define CHIAKI_TEST_LOG_H
#include <chiaki/log.h>
ChiakiLog *get_test_log();
#endif // CHIAKI_LOG_QUIET_H