mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 02:58:20 +00:00
it compiles (but doesn't do anything useful)
This commit is contained in:
parent
42e82b99cb
commit
6e6073ff4c
12 changed files with 223 additions and 0 deletions
|
@ -523,11 +523,13 @@ void builtin_error(const char* msg, BroObj* arg)
|
|||
|
||||
#include "bro.bif.func_h"
|
||||
#include "logging.bif.func_h"
|
||||
#include "input.bif.func_h"
|
||||
#include "reporter.bif.func_h"
|
||||
#include "strings.bif.func_h"
|
||||
|
||||
#include "bro.bif.func_def"
|
||||
#include "logging.bif.func_def"
|
||||
#include "input.bif.func_def"
|
||||
#include "reporter.bif.func_def"
|
||||
#include "strings.bif.func_def"
|
||||
|
||||
|
@ -542,6 +544,7 @@ void init_builtin_funcs()
|
|||
|
||||
#include "bro.bif.func_init"
|
||||
#include "logging.bif.func_init"
|
||||
#include "input.bif.func_init"
|
||||
#include "reporter.bif.func_init"
|
||||
#include "strings.bif.func_init"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue