~ubuntu-branches/ubuntu/wily/francine/wily-proposed

« back to all changes in this revision

Viewing changes to src/md5crypt.h

  • Committer: Bazaar Package Importer
  • Author(s): Gerfried Fuchs
  • Date: 2001-12-09 22:22:10 UTC
  • Revision ID: james.westby@ubuntu.com-20011209222210-qcgm7p96wkbclue6
Tags: 0.99.8orig-3
Fixed a spelling typo that I missed in the last update.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* $Id: md5crypt.h,v 1.2 2001/04/17 11:47:37 japh Exp $ */
 
2
#ifndef __HAVE_MD5CRYPT_H__
 
3
#define __HAVE_MD5CRYPT_H__
 
4
 
 
5
char *md5crypt(const char *pw, const char *salt);
 
6
 
 
7
#endif