Move all Val classes to the zeek namespaces

This commit is contained in:
Tim Wojtulewicz 2020-06-24 16:55:28 -04:00
parent ec9eff0bd5
commit 64332ca22c
265 changed files with 3154 additions and 3086 deletions

View file

@ -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;