X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fui_unity.h;h=15045e840ca26b05ad0f3e64ca909c20e6ecf5be;hb=f3b05dae619a7909bd7422b3a82422c9442aa114;hp=5a0a6ec701e1299b434600132ccf9cc297c11469;hpb=4c940e2108b050369a6ca0c51f639c2e42e0ca5f;p=psensor.git diff --git a/src/ui_unity.h b/src/ui_unity.h index 5a0a6ec..15045e8 100644 --- a/src/ui_unity.h +++ b/src/ui_unity.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 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 @@ -22,6 +22,7 @@ #include "psensor.h" void ui_unity_launcher_entry_update(struct psensor **sensors, - unsigned int show); + unsigned int show, + int use_celcius); #endif