X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=cups%2Fmd5-internal.h;fp=cups%2Fmd5-private.h;h=2cbf78b0e03c19fe119e6ea4bff8db3dff4c32a6;hb=fb863569eb4f51ae62a066dc8049d3ffc0efb0bb;hp=d98132ff82d02eca2256a72018f21e545657c963;hpb=941a5490cfa02953d2adcacb1838fd3d3e21976b;p=thirdparty%2Fcups.git diff --git a/cups/md5-private.h b/cups/md5-internal.h similarity index 92% rename from cups/md5-private.h rename to cups/md5-internal.h index d98132ff8..2cbf78b0e 100644 --- a/cups/md5-private.h +++ b/cups/md5-internal.h @@ -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 @@ -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_ */