Fix ordering in perl subscription_list
[blerg.git] / common / json.h
index 61e396d..8a73e4c 100644 (file)
@@ -1,6 +1,9 @@
+/* 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);
+void json_generate_one_record(yajl_gen g, const char *author, struct blerg *b, uint64_t record, int brief);
 
 #endif /* _JSON_H */