X-Git-Url: http://git.wpitchoune.net/gitweb/?p=psensor-pkg-ubuntu.git;a=blobdiff_plain;f=src%2Flib%2Fpsensor_json.h;h=6d109a635deedd24f50b22a2285358558f7955bb;hp=31ceb00ffd7ad6de43cdae1fc6555dd877d7d921;hb=3a67d56a58c3b1000a8dedb8b783ad7472f66850;hpb=2e68c12dc10ca8c06b03aad6b4e44144a9134cd5 diff --git a/src/lib/psensor_json.h b/src/lib/psensor_json.h index 31ceb00..6d109a6 100644 --- a/src/lib/psensor_json.h +++ b/src/lib/psensor_json.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2013 jeanfi@gmail.com + * Copyright (C) 2010-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 @@ -36,7 +36,7 @@ char *sensors_to_json_string(struct psensor **sensors); * Creates a new allocated psensor corresponding to a given json * representation. */ -struct psensor *psensor_new_from_json(json_object * o, +struct psensor *psensor_new_from_json(json_object *o, const char *sensors_url, int values_max_length); #endif