Fix some redirects to work with bookmarklet linking
[blerg.git] / common / app.h
index 93dc8b4..d1df688 100644 (file)
@@ -1,3 +1,6 @@
+/* Blerg is (C) 2011 The Dominion of Awesome, and is distributed under a
+ * BSD-style license.  Please see the COPYING file for details.
+ */
 #ifndef _APP_H
 #define _APP_H
 
@@ -26,6 +29,5 @@ struct url_info {
 
 int parse_url_info(const char *url, struct url_info *info);
 uint64_t *make_sequential_list(uint64_t from, uint64_t to);
-void json_generate_one_record(yajl_gen g, const char *author, struct blerg *b, uint64_t record);
 
 #endif /* _APP_H */