Release notes for 1.9.1
[blerg.git] / common / json.h
index 78cb4d7..8a73e4c 100644 (file)
@@ -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 */