mirror of
https://git.sr.ht/~lattis/muon
synced 2026-01-30 11:25:37 +00:00
12 lines
293 B
C
12 lines
293 B
C
/*
|
|
* SPDX-FileCopyrightText: Stone Tickle <lattis@mochiro.moe>
|
|
* SPDX-License-Identifier: GPL-3.0-only
|
|
*/
|
|
|
|
#ifndef FUNCTIONS_SOURCE_CONFIGURATION_H
|
|
#define FUNCTIONS_SOURCE_CONFIGURATION_H
|
|
#include "functions/common.h"
|
|
|
|
extern const struct func_impl impl_tbl_source_configuration[];
|
|
#endif
|