disable printer

This commit is contained in:
Love Hörnquist Åstrand
2011-11-21 21:50:23 -08:00
parent a82fb8ae3e
commit e037054e8d

View File

@@ -36,7 +36,7 @@
#include "baselocl.h"
#include <ctype.h>
#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;