Spicy
plugin.h
1 // Copyright (c) 2020-2021 by the Zeek Project. See LICENSE for details.
2 
3 #pragma once
4 
5 #include <hilti/compiler/plugin.h>
6 
7 namespace spicy::detail {
8 
9 hilti::Plugin create_spicy_plugin();
10 
11 } // namespace spicy::detail
Definition: plugin.h:52
Definition: engine.h:16