File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 15
15
* Although this is exposed by the json_object_get_array() method,
16
16
* it is not recommended for direct use.
17
17
*/
18
- #ifndef _arraylist_h_
19
- #define _arraylist_h_
18
+ #ifndef _json_c_arraylist_h_
19
+ #define _json_c_arraylist_h_
20
20
21
21
#ifdef __cplusplus
22
22
extern "C" {
Original file line number Diff line number Diff line change 14
14
* @file
15
15
* @brief Do not use, json-c internal, may be changed or removed at any time.
16
16
*/
17
- #ifndef _DEBUG_H_
18
- #define _DEBUG_H_
17
+ #ifndef _JSON_C_DEBUG_H_
18
+ #define _JSON_C_DEBUG_H_
19
19
20
20
#include <stdlib.h>
21
21
Original file line number Diff line number Diff line change 16
16
* this is exposed by the json_object_get_object() function and within the
17
17
* json_object_iter type, it is not recommended for direct use.
18
18
*/
19
- #ifndef _linkhash_h_
20
- #define _linkhash_h_
19
+ #ifndef _json_c_linkhash_h_
20
+ #define _json_c_linkhash_h_
21
21
22
22
#include "json_object.h"
23
23
Original file line number Diff line number Diff line change 20
20
* json_object_set_serializer() direct use of this is not
21
21
* recommended.
22
22
*/
23
- #ifndef _printbuf_h_
24
- #define _printbuf_h_
23
+ #ifndef _json_c_printbuf_h_
24
+ #define _json_c_printbuf_h_
25
25
26
26
#ifndef JSON_EXPORT
27
27
#if defined(_MSC_VER ) && defined(JSON_C_DLL )
You can’t perform that action at this time.
0 commit comments