aboutsummaryrefslogtreecommitdiff
path: root/java/android/OlmLibSdk/olm-sdk/src/main/jni/olm_utility.h
blob: bf29eedc41104da7a90a3ca17a9d369ded258c8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _OMLUTILITY_H
#define _OMLUTILITY_H


#ifdef __cplusplus
extern "C" {
#endif

bool setRandomInBuffer(uint8_t **aBuffer2Ptr, size_t aRandomSize);

#ifdef __cplusplus
}
#endif


#endif