From e037054e8d1c937a1f2cfed18e11b19db1962f6b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 21 Nov 2011 21:50:23 -0800 Subject: [PATCH] disable printer --- base/json.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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; -- 2.11.4.GIT