/common/json.h
/* Blerg is (C) 2011 The Dominion of Awesome, and is distributed under a
 * BSD-style license.  Please see the COPYING file for details.
 */
#ifndef _JSON_H
#define _JSON_H

void json_generate_one_record(yajl_gen g, const char *author, struct blerg *b, uint64_t record, int brief);

#endif /* _JSON_H */