From 4847aa0b4a6f945c24e1523e729652271bbc9680 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Wed, 7 Jan 2026 00:26:32 -0700 Subject: [rebrand] Arken -> Ark, Plugin -> Soul, Erebor -> Cross --- arken/include/plugin_interface.h | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 arken/include/plugin_interface.h (limited to 'arken/include/plugin_interface.h') diff --git a/arken/include/plugin_interface.h b/arken/include/plugin_interface.h deleted file mode 100644 index 0583289..0000000 --- a/arken/include/plugin_interface.h +++ /dev/null @@ -1,23 +0,0 @@ -#ifndef _PLUG_INTF -#define _PLUG_INTF - -#include - -#include "plugin_types.h" -#include "plugin_exports.h" - -#include -#include -#include - -/* - * Plugin ABI: plugins must export these symbols. - * - * This header is intended to be included by plugin implementations. - */ - -#define DECLARE_PLUGIN_EXPORT(ret, name, args) ret name args; -MONTIS_PLUGIN_EXPORTS(DECLARE_PLUGIN_EXPORT) -#undef DECLARE_PLUGIN_EXPORT - -#endif /* _PLUG_INTF */ -- cgit