X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Flp_json.h;h=cfb803dd5d37c244219003685d72c7323e78211d;hb=06f5d6b7432d639ff3721d56f2c89b7d5b6cb963;hp=c413ea6ee049e2c7490a159dfa10db0b2c3374e7;hpb=fa460465ab78c48ace6d8563e6d35917b30fab09;p=ppastats.git diff --git a/src/lp_json.h b/src/lp_json.h index c413ea6..cfb803d 100644 --- a/src/lp_json.h +++ b/src/lp_json.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 jeanfi@gmail.com + * Copyright (C) 2011-2014 jeanfi@gmail.com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -24,11 +24,8 @@ #include "lp.h" -struct binary_package_publishing_history * -json_object_to_binary_package_publishing_history(json_object *o); - -struct binary_package_publishing_history * * -json_object_to_binary_package_publishing_history_list(json_object *o); +struct bpph **json_object_to_bpph_list(json_object *o); +json_object *bpph_list_to_json(struct bpph **); struct distro_arch_series *json_object_to_distro_arch_series(json_object *o); struct distro_series *json_object_to_distro_series(json_object *o);