aboutsummaryrefslogtreecommitdiffstats
path: root/crypting.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-12-08 17:00:08 +0100
committerJelmer Vernooij <jelmer@samba.org>2005-12-08 17:00:08 +0100
commit7cad7b41a0b661c38ae5f6239aaf58361788edc9 (patch)
tree213ab238ece2ab120b7ec25f62b19224b37d6856 /crypting.h
parent09adf08684c62fff0f507304ed37680137de4637 (diff)
Clearer seperation between crypting and generic password code
Diffstat (limited to 'crypting.h')
-rw-r--r--crypting.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypting.h b/crypting.h
index 58534c07..c2572770 100644
--- a/crypting.h
+++ b/crypting.h
@@ -23,8 +23,7 @@
Suite 330, Boston, MA 02111-1307 USA
*/
-void setpassnc (irc_t *irc, const char *pass); /* USE WITH CAUTION! */
-int setpass (irc_t *irc, const char *pass, const char* md5sum);
+int checkpass (const char *password, const char *md5sum);
char *hashpass (irc_t *irc);
char *obfucrypt (irc_t *irc, char *line);
char *deobfucrypt (irc_t *irc, char *line);