X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Frsensor.h;h=312f4a13f7c8f15b03f8ff4260c5fec717424701;hb=cc35e177d57bc4ee2cc57ae25f130dfc168aa61d;hp=a2deeb8affce64b5d313487beb2bdae113632dae;hpb=3c341d010a76b01c393617a9f895f7c137fd7229;p=psensor.git diff --git a/src/rsensor.h b/src/rsensor.h index a2deeb8..312f4a1 100644 --- a/src/rsensor.h +++ b/src/rsensor.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 jeanfi@gmail.com + * Copyright (C) 2010-2013 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 @@ -27,5 +27,6 @@ struct psensor **get_remote_sensors(const char *server_url, void remote_psensor_list_update(struct psensor **sensors); void rsensor_init(); +void rsensor_cleanup(); #endif