summaryrefslogtreecommitdiffstats
path: root/comm/third_party/json-c/strerror_override_private.h
blob: 8726e59fc312a727e41ed456119083d3c597197f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __json_strerror_override_private_h__
#define __json_strerror_override_private_h__

/**
 * @file
 * @brief Do not use, json-c internal, may be changed or removed at any time.
 */

#include "json_types.h"

/* Used by tests to get consistent output */
JSON_EXPORT int _json_c_strerror_enable;

#endif