aboutsummaryrefslogtreecommitdiffstats
path: root/smbencrypt.h
diff options
context:
space:
mode:
Diffstat (limited to 'smbencrypt.h')
-rw-r--r--smbencrypt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/smbencrypt.h b/smbencrypt.h
new file mode 100644
index 00000000..0f33b062
--- /dev/null
+++ b/smbencrypt.h
@@ -0,0 +1,2 @@
+void SMBencrypt(char *passwd, uint8 *c8, uint8 *p24);
+void SMBNTencrypt(char *passwd, uint8 *c8, uint8 *p24);