]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/md5-internal.h
Move debug printfs to internal usage only.
[thirdparty/cups.git] / cups / md5-internal.h
similarity index 92%
rename from cups/md5-private.h
rename to cups/md5-internal.h
index d98132ff82d02eca2256a72018f21e545657c963..2cbf78b0e03c19fe119e6ea4bff8db3dff4c32a6 100644 (file)
@@ -44,8 +44,8 @@
   1999-05-03 lpd Original version.
  */
 
-#ifndef _CUPS_MD5_PRIVATE_H_
-#  define _CUPS_MD5_PRIVATE_H_
+#ifndef _CUPS_MD5_INTERNAL_H_
+#  define _CUPS_MD5_INTERNAL_H_
 
 #  include <cups/versioning.h>
 
@@ -61,15 +61,15 @@ extern "C" {
 #  endif /* __cplusplus */
 
 /* Initialize the algorithm. */
-void _cupsMD5Init(_cups_md5_state_t *pms) _CUPS_PRIVATE;
+void _cupsMD5Init(_cups_md5_state_t *pms) _CUPS_INTERNAL;
 
 /* Append a string to the message. */
-void _cupsMD5Append(_cups_md5_state_t *pms, const unsigned char *data, int nbytes) _CUPS_PRIVATE;
+void _cupsMD5Append(_cups_md5_state_t *pms, const unsigned char *data, int nbytes) _CUPS_INTERNAL;
 
 /* Finish the message and return the digest. */
-void _cupsMD5Finish(_cups_md5_state_t *pms, unsigned char digest[16]) _CUPS_PRIVATE;
+void _cupsMD5Finish(_cups_md5_state_t *pms, unsigned char digest[16]) _CUPS_INTERNAL;
 
 #  ifdef __cplusplus
 }  /* end extern "C" */
 #  endif /* __cplusplus */
-#endif /* !_CUPS_MD5_PRIVATE_H_ */
+#endif /* !_CUPS_MD5_INTERNAL_H_ */