Fix ordering in perl subscription_list
[blerg.git] / common / 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 */