projects
/
blerg.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add perma-reflink functionality and reply
[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 */