Add RSS CGI, also quite a lot of refactoring
[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 */