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 /examples/triage/triage.cpp | |
| parent | 51d0f18eb4df16263867ef157b5293bb1b44f77a (diff) | |
Add ABI version verification for plugins
Diffstat (limited to 'examples/triage/triage.cpp')
| -rw-r--r-- | examples/triage/triage.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/triage/triage.cpp b/examples/triage/triage.cpp index efd4b80c..5d0dc1d5 100644 --- a/examples/triage/triage.cpp +++ b/examples/triage/triage.cpp @@ -6,6 +6,8 @@ extern "C" { + BN_DECLARE_UI_ABI_VERSION + #ifdef DEMO_VERSION bool TriagePluginInit() #else |
