Apply hikari's pluggable crypt mechanism patch
[ircu2.10.12-pk.git] / include / ircd_crypt_native.h
1 /*
2  * $Id$
3  */
4 #ifndef INCLUDED_ircd_crypt_native_h
5 #define INCLUDED_ircd_crypt_native_h
6
7 extern const char* ircd_crypt_native(const char* key, const char* salt);
8 extern void ircd_register_crypt_native(void);
9
10 #endif /* INCLUDED_ircd_crypt_native_h */
11