updated copyright end date to 2014
[ppastats.git] / src / lp_json.h
index 3b7f553..cfb803d 100644 (file)
@@ -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,9 +24,8 @@
 
 #include "lp.h"
 
-struct bpph *json_object_to_bpph(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);