]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/md5-apple.h
Remove svn:keywords since they cause svn_load_dirs.pl to complain about every file.
[thirdparty/cups.git] / cups / md5-apple.h
index d4770ccd17662166374277207146d1e24a7bcc0f..a49912e99cc63f011c0a0a24ac66dc6722981823 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: md5-apple.h 4695 2005-09-23 17:07:14Z mike $"
+ * "$Id: md5-apple.h 177 2006-06-21 00:20:03Z jlovell $"
  *
  *   MD5 MacOS X compatibility header for the Common UNIX Printing
  *   System (CUPS).
  */
 
 void md5_init(_cups_md5_state_t *pms)
-     { _cups_md5_init(pms); }
+     { _cupsMD5Init(pms); }
 void md5_append(_cups_md5_state_t *pms, const unsigned char *data, int nbytes)
-     { _cups_md5_append(pms, data, nbytes); }
+     { _cupsMD5Append(pms, data, nbytes); }
 void md5_finish(_cups_md5_state_t *pms, unsigned char digest[16])
-     { _cups_md5_finish(pms, digest); }
+     { _cupsMD5Finish(pms, digest); }
 
 /*
- * End of "$Id: md5-apple.h 4695 2005-09-23 17:07:14Z mike $".
+ * End of "$Id: md5-apple.h 177 2006-06-21 00:20:03Z jlovell $".
  */