Skip to content

Commit

Permalink
Add headers
Browse files Browse the repository at this point in the history
  • Loading branch information
flagarde committed Sep 28, 2024
1 parent ff43d4e commit 87b3f99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
#ifndef PRIVATE_UTIL_H__
#define PRIVATE_UTIL_H__

#include <stddef.h>
#include <stdint.h>

extern void ntlm_memzero(void *data, size_t size);
extern uint64_t ntlm_htonll(uint64_t value);

Expand Down

0 comments on commit 87b3f99

Please sign in to comment.