mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 00:05:40 +02:00
plugins: only dlopen() each plugin once. dlcose() in destructor
This commit is contained in:
parent
64b77a0efc
commit
962252467f
5 changed files with 95 additions and 96 deletions
5
plugin.h
Normal file
5
plugin.h
Normal file
|
@ -0,0 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#include "module.h"
|
||||
|
||||
const struct module_info *plugin_load_module(const char *name);
|
Loading…
Add table
Add a link
Reference in a new issue