X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=common%2Fapp.h;h=e37b47a2bf706a6057223ae16fcd3bcd6a5263a6;hb=4e824b6fa432f65753fd00323375c6bbdde7a7f9;hp=93dc8b4031148b85249f8e0f43b8b3739cea8367;hpb=6dfc316b5d66bed00bf271acd1a9ccb3144cfac8;p=blerg.git diff --git a/common/app.h b/common/app.h index 93dc8b4..e37b47a 100644 --- a/common/app.h +++ b/common/app.h @@ -26,6 +26,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 */