]> Pileus Git - ~andy/fetchmail/blobdiff - smbencrypt.h
Bump copyright.
[~andy/fetchmail] / smbencrypt.h
index 0f33b06282c5d861990d9974922a20b8e2f1d6f6..03e17d943464a5edcd032f94b7720f2507e9ac6b 100644 (file)
@@ -1,2 +1,15 @@
-void SMBencrypt(char *passwd, uint8 *c8, uint8 *p24);
-void SMBNTencrypt(char *passwd, uint8 *c8, uint8 *p24);
+#ifndef SMBENCRYPT_H
+#define SMBENCRYPT_H
+
+#include "smbtypes.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+void SMBencrypt(uint8 *passwd, uint8 *c8, uint8 *p24);
+void SMBNTencrypt(uint8 *passwd, uint8 *c8, uint8 *p24);
+#ifdef __cplusplus
+}
+
+#endif
+#endif