c-plugins/include/ariplugin.h
2025-05-05 17:44:20 +01:00

7 lines
112 B
C

#ifndef ARIPLUGIN_H
#define ARIPLUGIN_H
int ari_plugin_load();
int ari_plugin_unload();
#endif // ARIPLUGIN_H