mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 09:38:19 +00:00
Band-aid to get Broxygen's bif documentation back.
We'll need a different approach here eventually.
This commit is contained in:
parent
8752870967
commit
11fd12b18e
7 changed files with 72 additions and 65 deletions
|
@ -30,7 +30,7 @@
|
|||
#define BRO_PLUGIN_VERSION(x) SetVersion(x)
|
||||
|
||||
#define BRO_PLUGIN_BIF_FILE(file) \
|
||||
std::list<std::pair<const char*, int> > __bif_##file##_init(); \
|
||||
extern std::list<std::pair<const char*, int> > __bif_##file##_init(); \
|
||||
AddBifInitFunction(&__bif_##file##_init);
|
||||
|
||||
#define BRO_PLUGIN_ANALYZER(tag, cls) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue