Changeset a301379c for crypting.h
- Timestamp:
- 2005-12-13T22:43:59Z (19 years ago)
- Branches:
- master
- Children:
- b73ac9c
- Parents:
- ab49fdc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
crypting.h
rab49fdc ra301379c 25 25 26 26 int 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);27 char *hashpass (const char *password); 28 char *obfucrypt (char *line, const char *password); 29 char *deobfucrypt (char *line, const char *password);
Note: See TracChangeset
for help on using the changeset viewer.