summaryrefslogtreecommitdiffstats
path: root/src/ntlm_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ntlm_common.h')
-rw-r--r--src/ntlm_common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ntlm_common.h b/src/ntlm_common.h
index c70fe8d..264afe1 100644
--- a/src/ntlm_common.h
+++ b/src/ntlm_common.h
@@ -44,6 +44,11 @@ struct ntlm_buffer {
size_t length;
};
+struct ntlm_iov {
+ struct ntlm_buffer **data;
+ size_t num;
+};
+
struct ntlm_rc4_handle;
enum ntlm_cipher_mode {