diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-05-08 12:02:56 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-05-08 12:02:56 -0400 |
| commit | 9693ff2d4be85d356e07e3192baaa2262a7140ff (patch) | |
| tree | 6595e2350a8321a286e4dc0f13c393d4cf9999fe /src/plugins.hpp | |
| parent | 32968050f0b34fdabfcc2a4fb5601d4be361bbd2 (diff) | |
pk.h: update to 0.5.0 + some breaking changes
Diffstat (limited to 'src/plugins.hpp')
| -rw-r--r-- | src/plugins.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins.hpp b/src/plugins.hpp index 360f692..e6bc57c 100644 --- a/src/plugins.hpp +++ b/src/plugins.hpp @@ -11,5 +11,6 @@ void PkePlugin_Load(const char *path); PkeCallback *PkePlugin_FindSignature(const CallbackSignature &sig); void PkePlugin_SetSignatureFunc(PkeCallback *sig); CallbackSignature *PkePlugin_GetSortedSignatures(long &count); +void PkePlugin_Teardown(); #endif /* PKE_PLUGINS_HPP */ |
