8a73e4cd3f8b99fa6097d41acadf7c6518bc59eb
[blerg.git] / json.h
1 /* Blerg is (C) 2011 The Dominion of Awesome, and is distributed under a
2  * BSD-style license.  Please see the COPYING file for details.
3  */
4 #ifndef _JSON_H
5 #define _JSON_H
6
7 void json_generate_one_record(yajl_gen g, const char *author, struct blerg *b, uint64_t record, int brief);
8
9 #endif /* _JSON_H */