mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
Use Bro-style platform-independent integer types.
This commit is contained in:
parent
f5655bd2fe
commit
516e044e34
6 changed files with 9 additions and 9 deletions
|
@ -30,7 +30,7 @@ public:
|
|||
*
|
||||
* @return A seed suitable for hashers.
|
||||
*/
|
||||
static uint64_t MakeSeed(const void* data, size_t size);
|
||||
static uint64 MakeSeed(const void* data, size_t size);
|
||||
|
||||
/**
|
||||
* Destructor.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue