Author: Bleep <tomh@inxpress.net>
[ircu2.10.12-pk.git] / include / ircd_xopen.h
1 /*
2  * ircd_xopen.h
3  *
4  * $Id$
5  */
6 #ifndef INCLUDED_ircd_xopen_h
7 #define INCLUDED_ircd_xopen_h
8
9 extern const char* ircd_crypt(const char* key, const char* salt);
10
11 #endif /* INCLUDED_ircd_xopen_h */
12