X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Flp_json.h;h=5c33ba3cbad9e4be56bec8dbd9b28ce403a936f5;hb=474ab6fa492a8b1dde963fdecb1edebc111c5fb2;hp=ca082dd9e8a673f19a8dfbd0fd2ef7245fbefaa3;hpb=9a8af404ffbfb331575dc4b37b044d49d728be8b;p=ppastats.git diff --git a/src/lp_json.h b/src/lp_json.h index ca082dd..5c33ba3 100644 --- a/src/lp_json.h +++ b/src/lp_json.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2014 jeanfi@gmail.com + * Copyright (C) 2011-2015 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 @@ -45,4 +45,5 @@ json_object *ddts_to_json(struct daily_download_total **); struct json_object *date_to_json(struct tm *tm); +json_object *time_to_json(time_t t); #endif