/* * SPDX-FileCopyrightText: 2021 Freie Universität Berlin * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once /** * @{ * * @file * * @author Martine Lenders */ #include "congure/mock.h" #ifdef __cplusplus extern "C" { #endif typedef congure_mock_snd_t congure_test_snd_t; int congure_test_snd_setup(congure_test_snd_t *c, unsigned id); #ifdef __cplusplus } #endif /** @} */