This prevents multiple definition errors when compiling with -fno-common which
is used in Address Sanitizer
Change-Id: I3c508950ad41676255e7a6808cbe8084052c0fe4
Signed-off-by: Slava Barinov <v.barinov@samsung.com>
void (*update_display) (int);
};
-int isSimShowing; // For Simcard Icon
-int isRSSI1Showing; // For RSSI1 Icon
-int isRSSI2Showing; // For RSSI2 Icon
-int isSilentShowing; // For Silent Icon
-int isWifiDirectShowing; // For WiFi Direct Icon
-
#endif /* __DEF_indicator_H__ */
int current_angle = 0;
int current_state = 0;
+int isSimShowing; // For Simcard Icon
+int isRSSI1Showing; // For RSSI1 Icon
+int isRSSI2Showing; // For RSSI2 Icon
+int isSilentShowing; // For Silent Icon
+int isWifiDirectShowing; // For WiFi Direct Icon
+
static struct _s_info {
Ecore_Timer *listen_timer;
} s_info = {