Changeset devel,72 for devel/crypting.h

Show
Ignore:
Timestamp:
2005-12-09T20:48:45Z (5 years ago)
Author:
Jelmer Vernooij <jelmer@…>
branch-nick:
integration
parents:
RevTreeChgset
71@devel,71[devel,71]
68.1.7@devel,68.1.7[devel,68.1.7]
revision id:
jelmer@samba.org-20051209204845-36cf562c93b48ed2
Message:

Merge my storage abstraction changes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • devel/crypting.h

    r71 r68.1.6  
    2424*/ 
    2525 
    26 void setpassnc (irc_t *irc, const char *pass); /* USE WITH CAUTION! */ 
    27 int setpass (irc_t *irc, const char *pass, const char* md5sum); 
     26int checkpass (const char *password, const char *md5sum); 
    2827char *hashpass (irc_t *irc); 
    2928char *obfucrypt (irc_t *irc, char *line);