Changeset devel,72 for devel/crypting.h
- Timestamp:
- 2005-12-09T20:48:45Z (5 years ago)
- branch-nick:
- integration
- parents:
Rev Tree Chgset 71 @devel,71 [devel,71] 68.1.7 @devel,68.1.7 [devel,68.1.7] - revision id:
- jelmer@samba.org-20051209204845-36cf562c93b48ed2
- Files:
-
- 1 modified
-
devel/crypting.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
devel/crypting.h
r71 r68.1.6 24 24 */ 25 25 26 void setpassnc (irc_t *irc, const char *pass); /* USE WITH CAUTION! */ 27 int setpass (irc_t *irc, const char *pass, const char* md5sum); 26 int checkpass (const char *password, const char *md5sum); 28 27 char *hashpass (irc_t *irc); 29 28 char *obfucrypt (irc_t *irc, char *line);
