diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-12-08 15:51:06 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2005-12-08 15:51:06 +0100 |
commit | c2295f7eeac263dbcc19f84e9a61abbe778aa9f8 (patch) | |
tree | c497fb429aa6970f2980f4dbf5fea5aa07cfafc8 /crypting.h | |
parent | 1eddf6b197ba5fbd3f1cce390396efc7d25c9de9 (diff) |
Move some crypting-unrelated code
Diffstat (limited to 'crypting.h')
-rw-r--r-- | crypting.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -24,7 +24,6 @@ */ void setpassnc (irc_t *irc, const char *pass); /* USE WITH CAUTION! */ -char *passchange (irc_t *irc, void *set, const char *value); int setpass (irc_t *irc, const char *pass, const char* md5sum); char *hashpass (irc_t *irc); char *obfucrypt (irc_t *irc, char *line); |