Install json_object_private.h file
[platform/upstream/json-c.git] / random_seed.h
1 /*
2  * random_seed.h
3  *
4  * Copyright (c) 2013 Metaparadigm Pte. Ltd.
5  * Michael Clark <michael@metaparadigm.com>
6  *
7  * This library is free software; you can redistribute it and/or modify
8  * it under the terms of the MIT license. See COPYING for details.
9  *
10  */
11
12 /**
13  * @file
14  * @brief Do not use, json-c internal, may be changed or removed at any time.
15  */
16 #ifndef seed_h
17 #define seed_h
18
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22
23 extern int json_c_get_random_seed(void);
24
25 #ifdef __cplusplus
26 }
27 #endif
28
29 #endif