Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • crypting.h

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