aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/libxml/rand.h
blob: eab92ea13f0e377148b805f4bd684a84cb0358e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef __XML_RAND_H__
#define __XML_RAND_H__

#ifdef __cplusplus
extern "C" {
#endif

int utilRandom();

#ifdef __cplusplus
}
#endif

#endif