summaryrefslogtreecommitdiff
path: root/deps/ntlmclient/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/ntlmclient/util.h')
-rw-r--r--deps/ntlmclient/util.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/deps/ntlmclient/util.h b/deps/ntlmclient/util.h
new file mode 100644
index 000000000..1c1806ba3
--- /dev/null
+++ b/deps/ntlmclient/util.h
@@ -0,0 +1,14 @@
+/*
+ * Copyright (c) Edward Thomson. All rights reserved.
+ *
+ * This file is part of ntlmclient, distributed under the MIT license.
+ * For full terms and copyright information, and for third-party
+ * copyright information, see the included LICENSE.txt file.
+ */
+
+#ifndef PRIVATE_UTIL_H__
+#define PRIVATE_UTIL_H__
+
+extern void memzero(void *data, size_t size);
+
+#endif /* PRIVATE_UTIL_H__ */