mirror of
https://git.sr.ht/~lattis/muon
synced 2026-01-30 11:25:37 +00:00
8 lines
241 B
C
8 lines
241 B
C
#ifndef MUON_FUNCTIONS_MODULES_PYTHON_H
|
|
#define MUON_FUNCTIONS_MODULES_PYTHON_H
|
|
#include "functions/common.h"
|
|
|
|
extern const struct func_impl_name impl_tbl_module_python[];
|
|
extern const struct func_impl_name impl_tbl_module_python3[];
|
|
#endif
|