Changeset 7cad7b4 for crypting.h


Ignore:
Timestamp:
2005-12-08T16:00:08Z (18 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
87c24ba
Parents:
09adf08
Message:

Clearer seperation between crypting and generic password code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • crypting.h

    r09adf08 r7cad7b4  
    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);
Note: See TracChangeset for help on using the changeset viewer.