X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=common%2Fjson.h;h=8a73e4cd3f8b99fa6097d41acadf7c6518bc59eb;hb=d67dd1bf5a247e20141b9907f5a452da73624235;hp=61e396ddc0fb9d0b096a41fb1ba24570bdff4254;hpb=ec27db46cef1c4643087fa2eeaad2ca72228bc06;p=blerg.git diff --git a/common/json.h b/common/json.h index 61e396d..8a73e4c 100644 --- a/common/json.h +++ b/common/json.h @@ -1,6 +1,9 @@ +/* Blerg is (C) 2011 The Dominion of Awesome, and is distributed under a + * BSD-style license. Please see the COPYING file for details. + */ #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 */