Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • crypting.h

    r7cad7b4 rc2295f7  
    2424*/
    2525
    26 int checkpass (const char *password, const char *md5sum);
     26void setpassnc (irc_t *irc, const char *pass); /* USE WITH CAUTION! */
     27int setpass (irc_t *irc, const char *pass, const char* md5sum);
    2728char *hashpass (irc_t *irc);
    2829char *obfucrypt (irc_t *irc, char *line);
Note: See TracChangeset for help on using the changeset viewer.