mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-21 20:05:42 +02:00
5 lines
99 B
C
5 lines
99 B
C
#pragma once
|
|
|
|
#include "module.h"
|
|
|
|
const struct module_info *plugin_load_module(const char *name);
|