Changeset a301379c for crypting.h


Ignore:
Timestamp:
2005-12-13T22:43:59Z (18 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
b73ac9c
Parents:
ab49fdc
Message:

Simplify obfuscation functions - make them a bit more bitlbee-independent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • crypting.h

    rab49fdc ra301379c  
    2525
    2626int checkpass (const char *password, const char *md5sum);
    27 char *hashpass (irc_t *irc);
    28 char *obfucrypt (irc_t *irc, char *line);
    29 char *deobfucrypt (irc_t *irc, char *line);
     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.