X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;ds=sidebyside;f=common%2Fjson.h;h=8a73e4cd3f8b99fa6097d41acadf7c6518bc59eb;hb=abeaeafe6860bef22ab8469261d3198efc8358c1;hp=78cb4d76f6fb8519be83ad5278d03b21d3e4a25f;hpb=54789cc8538714fc3622646721f6f2ecceae94ac;p=blerg.git diff --git a/common/json.h b/common/json.h index 78cb4d7..8a73e4c 100644 --- a/common/json.h +++ b/common/json.h @@ -4,6 +4,6 @@ #ifndef _JSON_H #define _JSON_H -void json_generate_one_record(yajl_gen g, const char *author, struct blerg *b, uint64_t record); +void json_generate_one_record(yajl_gen g, const char *author, struct blerg *b, uint64_t record, int brief); #endif /* _JSON_H */