61e396ddc0fb9d0b096a41fb1ba24570bdff4254
[blerg.git] / common / json.h
1 #ifndef _JSON_H
2 #define _JSON_H
3
4 void json_generate_one_record(yajl_gen g, const char *author, struct blerg *b, uint64_t record);
5
6 #endif /* _JSON_H */