~ubuntu-branches/ubuntu/breezy/curl/breezy

« back to all changes in this revision

Viewing changes to lib/md5.h

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2005-03-23 18:41:29 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050323184129-le70d05a0hk5w62j
Tags: 7.12.3-2ubuntu3
Fix the version numbers internal to debian/rules.  Closes; #8088

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
21
21
 * KIND, either express or implied.
22
22
 *
23
 
 * $Id: md5.h,v 1.3 2004/01/07 09:19:35 bagder Exp $
 
23
 * $Id: md5.h,v 1.4 2004/12/15 01:38:25 danf Exp $
24
24
 ***************************************************************************/
25
25
 
26
26
void Curl_md5it(unsigned char *output,
27
 
                unsigned char *input);
 
27
                const unsigned char *input);
28
28
 
29
29
#endif