mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-01-30 05:39:12 +02:00
11 lines
387 B
C
11 lines
387 B
C
|
/***********************************************************************************************************************************
|
||
|
Random Header
|
||
|
***********************************************************************************************************************************/
|
||
|
#ifndef RANDOM_H
|
||
|
#define RANDOM_H
|
||
|
|
||
|
// Functions
|
||
|
void randomBytes(unsigned char *buffer, int size);
|
||
|
|
||
|
#endif
|