Changeset 9df916f for crypting.h


Ignore:
Timestamp:
2005-12-09T20:48:45Z (18 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
34759e6
Parents:
c2295f7 (diff), 87c24ba (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge my storage abstraction changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • crypting.h

    rc2295f7 r9df916f  
    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.