load bpph from cache and merge it the http request result
[ppastats.git] / src / lp.h
index 0603742..3e95b4e 100644 (file)
--- a/src/lp.h
+++ b/src/lp.h
@@ -37,7 +37,10 @@ struct bpph {
        char *binary_package_version;
        char *distro_arch_series_link;
        char *self_link;
+       char *status;
        int architecture_specific;
+
+       struct tm date_created;
 };
 
 struct distro_arch_series {
@@ -83,6 +86,8 @@ struct bpph *bpph_new(const char *binary_package_name,
 
 void bpph_list_free(struct bpph **list);
 
+struct bpph **bpph_list_append_list(struct bpph **list1, struct bpph **list2);
+
 char *get_archive_url(const char *owner, const char  *ppa);
 
 #endif