Changeset 8efa2f4 for crypting.h


Ignore:
Timestamp:
2005-12-08T14:57:13Z (18 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
09adf08
Parents:
7989fcf3 (diff), c2295f7 (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 some fixes from my integration branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • crypting.h

    r7989fcf3 r8efa2f4  
    2525
    2626void setpassnc (irc_t *irc, const char *pass); /* USE WITH CAUTION! */
    27 char *passchange (irc_t *irc, void *set, char *value);
    28 int setpass (irc_t *irc, const char *pass, char* md5sum);
     27int setpass (irc_t *irc, const char *pass, const char* md5sum);
    2928char *hashpass (irc_t *irc);
    3029char *obfucrypt (irc_t *irc, char *line);
Note: See TracChangeset for help on using the changeset viewer.