~ubuntu-branches/ubuntu/karmic/fetchmail/karmic

« back to all changes in this revision

Viewing changes to smbencrypt.h

  • Committer: Bazaar Package Importer
  • Author(s): Nathaniel McCallum
  • Date: 2004-09-03 14:53:58 UTC
  • Revision ID: james.westby@ubuntu.com-20040903145358-pnidzkmuqhhms4xf
Tags: upstream-6.2.5
ImportĀ upstreamĀ versionĀ 6.2.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
void SMBencrypt(char *passwd, uint8 *c8, uint8 *p24);
 
2
void SMBNTencrypt(char *passwd, uint8 *c8, uint8 *p24);