summaryrefslogtreecommitdiffstats
path: root/comm/third_party/json-c/strerror_override_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'comm/third_party/json-c/strerror_override_private.h')
-rw-r--r--comm/third_party/json-c/strerror_override_private.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/comm/third_party/json-c/strerror_override_private.h b/comm/third_party/json-c/strerror_override_private.h
new file mode 100644
index 0000000000..8726e59fc3
--- /dev/null
+++ b/comm/third_party/json-c/strerror_override_private.h
@@ -0,0 +1,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