]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/md5-apple.h
Load cups into easysw/current.
[thirdparty/cups.git] / cups / md5-apple.h
index d4770ccd17662166374277207146d1e24a7bcc0f..4284ad4ab6e54b9d5b1f78b492b9913bdb91d481 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: md5-apple.h 4695 2005-09-23 17:07:14Z mike $"
+ * "$Id: md5-apple.h 5232 2006-03-05 17:59:19Z mike $"
  *
  *   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 5232 2006-03-05 17:59:19Z mike $".
  */