X-Git-Url: http://wpitchoune.net/gitweb/?p=psensor-pkg-debian.git;a=blobdiff_plain;f=src%2Fui_unity.h;h=d4c79a54238025da457848345688981c158fade9;hp=4a40b1b169590b8729df94036a9bcbffbd4ad2d3;hb=cddb9964bcb67249bf9426a3376c062a3d27398b;hpb=1438bc505641cd98fe3af323fb2329c3284e157f diff --git a/src/ui_unity.h b/src/ui_unity.h index 4a40b1b..d4c79a5 100644 --- a/src/ui_unity.h +++ b/src/ui_unity.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 @@ -19,10 +19,10 @@ #ifndef _PSENSOR_UI_UNITY_H_ #define _PSENSOR_UI_UNITY_H_ -#include "psensor.h" +#include void ui_unity_launcher_entry_update(struct psensor **sensors, unsigned int show, - int use_celcius); + int use_celsius); #endif