diff options
| author | Rusty Wagner <rusty@vector35.com> | 2021-01-25 16:45:06 -0500 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2021-01-27 18:39:42 -0500 |
| commit | 12f916450b444427685688bf34de65e11bf849e2 (patch) | |
| tree | bd13651d872c1fc7ad5933e9a38a77da82235cd3 /ui/uicontext.h | |
| parent | 51d0f18eb4df16263867ef157b5293bb1b44f77a (diff) | |
Add ABI version verification for plugins
Diffstat (limited to 'ui/uicontext.h')
| -rw-r--r-- | ui/uicontext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/uicontext.h b/ui/uicontext.h index 5fbd2ca2..df016462 100644 --- a/ui/uicontext.h +++ b/ui/uicontext.h @@ -12,6 +12,7 @@ typedef bool (*UIPluginInitFunction)(void); typedef void (*UIPluginDependencyFunction)(void); +typedef uint32_t (*UIPluginABIVersionFunction)(void); class ViewFrame; class UIActionHandler; |
