Changeset 804 for trunk/ithildin/modules/ircd/addons/hostcrypt.c
- Timestamp:
- 06/01/07 04:10:37 (5 years ago)
- File:
-
- 1 edited
-
trunk/ithildin/modules/ircd/addons/hostcrypt.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ithildin/modules/ircd/addons/hostcrypt.c
r803 r804 25 25 26 26 MODULE_REGISTER("$Rev$"); 27 /* 28 @DEPENDENCIES@: ircd 29 @DEPENDENCIES@: ircd/protocols/rfc1459 30 */ 27 const char **mdepends = [ 28 "ircd", 29 "ircd.protocol.rfc1450", 30 NULL 31 ] 31 32 32 33 typedef char *(*hostcrypt_func_t)(client_t *);
Note: See TracChangeset
for help on using the changeset viewer.
