Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • crypting.h

    rb7d3cc34 ra301379c  
    2424*/
    2525
    26 void setpassnc (irc_t *irc, char *pass); /* USE WITH CAUTION! */
    27 char *passchange (irc_t *irc, void *set, char *value);
    28 int setpass (irc_t *irc, char *pass, char* md5sum);
    29 char *hashpass (irc_t *irc);
    30 char *obfucrypt (irc_t *irc, char *line);
    31 char *deobfucrypt (irc_t *irc, char *line);
     26int checkpass (const char *password, const char *md5sum);
     27char *hashpass (const char *password);
     28char *obfucrypt (char *line, const char *password);
     29char *deobfucrypt (char *line, const char *password);
Note: See TracChangeset for help on using the changeset viewer.