c-plugins/include/ariplugin.h

8 lines
112 B
C
Raw Normal View History

2025-05-05 17:44:20 +01:00
#ifndef ARIPLUGIN_H
#define ARIPLUGIN_H
int ari_plugin_load();
int ari_plugin_unload();
#endif // ARIPLUGIN_H