mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
Move all Val classes to the zeek namespaces
This commit is contained in:
parent
ec9eff0bd5
commit
64332ca22c
265 changed files with 3154 additions and 3086 deletions
|
@ -23,15 +23,16 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
|
||||
class BroString;
|
||||
|
||||
// to allow bro_md5_hmac access to the hmac seed
|
||||
#include "ZeekArgs.h"
|
||||
class Val;
|
||||
|
||||
//ZEEK_FORWARD_DECLARE_NAMESPACED(Val, zeek);
|
||||
class BroString;
|
||||
class Frame;
|
||||
class BifReturnVal;
|
||||
namespace zeek::BifFunc {
|
||||
extern BifReturnVal md5_hmac_bif(Frame* frame, const zeek::Args*);
|
||||
extern BifReturnVal md5_hmac_bif(::Frame* frame, const zeek::Args*);
|
||||
}
|
||||
|
||||
typedef uint64_t hash_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue