Merge branch 'u2_10_12_branch' of git://git.code.sf.net/p/undernet-ircu/ircu2
[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..57a851e
--- /dev/null
@@ -0,0 +1,12 @@
+/** @file
+ * @brief Native crypt() function declarations.
+ * @version $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 */
+