mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
Little fixes.
This commit is contained in:
parent
b3370584c7
commit
23463d064c
4 changed files with 3 additions and 5 deletions
|
@ -37,7 +37,7 @@
|
|||
namespace plugin { namespace _ns ## _ ## _name {\
|
||||
class Plugin : public plugin::Plugin { \
|
||||
protected: \
|
||||
void Init() \
|
||||
void InitPreScript() \
|
||||
{ \
|
||||
SetName(#_ns "::" #_name); \
|
||||
SetVersion(_BRO_PLUGIN_VERSION_DEFAULT);\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue