Functions | |
| void | oyI18NSet (int active, int reserved) |
| switch internationalisation of strings on or off | |
| int | oyProfileGetMD5 (void *buffer, size_t size, char *md5_return) |
| calculate a md5 digest beginning after the header offset | |
| void oyI18NSet | ( | int | active, | |
| int | reserved | |||
| ) |
switch internationalisation of strings on or off
| active | bool | |
| reserved | for future use |
| int oyProfileGetMD5 | ( | void * | buffer, | |
| size_t | size, | |||
| char * | md5_return | |||
| ) |
calculate a md5 digest beginning after the header offset
The md5 implementation is written by L. Peter Deutsch
| [in] | buffer | complete profiles buffer |
| [in] | size | over all profile size |
| [out] | md5_return | buffer to write in the md5 digest (128 bytes) |
1.5.5