mirror of
https://github.com/HamletDuFromage/sigpatches-updater.git
synced 2024-11-29 23:32:29 +00:00
16 lines
209 B
C
16 lines
209 B
C
|
|
#ifndef _ENTROPY_FUN_H
|
|
#define _ENTROPY_FUN_H
|
|
|
|
#if defined(__cplusplus)
|
|
extern "C"
|
|
{
|
|
#endif
|
|
|
|
int entropy_fun(unsigned char buf[], unsigned int len);
|
|
|
|
#if defined(__cplusplus)
|
|
}
|
|
#endif
|
|
|
|
#endif
|