mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-03-12 05:25:23 -07:00
11 lines
197 B
C
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
|