diff --git a/base/json.c b/base/json.c index 1abcd37b9..3ddfb3df8 100644 --- a/base/json.c +++ b/base/json.c @@ -36,7 +36,7 @@ #include "baselocl.h" #include - +#if 0 int heim_base2json(heim_object_t obj, void (*out)(const char *, void *), void *ctx); @@ -97,6 +97,12 @@ heim_base2json(heim_object_t obj, return fail; } +#endif + +/* + * + */ + struct parse_ctx { unsigned long lineno; const uint8_t *p;