Apply hikari's pluggable crypt mechanism patch
[ircu2.10.12-pk.git] / include / ircd_crypt_native.h
diff --git a/include/ircd_crypt_native.h b/include/ircd_crypt_native.h
new file mode 100644 (file)
index 0000000..8001b78
--- /dev/null
@@ -0,0 +1,11 @@
+/*
+ * $Id$
+ */
+#ifndef INCLUDED_ircd_crypt_native_h
+#define INCLUDED_ircd_crypt_native_h
+
+extern const char* ircd_crypt_native(const char* key, const char* salt);
+extern void ircd_register_crypt_native(void);
+
+#endif /* INCLUDED_ircd_crypt_native_h */
+