Add missing function declaration.
authorSung-jae Park <nicesj.park@samsung.com>
Tue, 2 Jul 2013 13:23:55 +0000 (22:23 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Tue, 2 Jul 2013 13:23:55 +0000 (22:23 +0900)
Change-Id: I93857a8f1bff20586d8d743f36a38c2e6e9ce0ad

icon_src/main.c

index 53aeb2f..1e69215 100644 (file)
@@ -89,6 +89,11 @@ int livebox_request_update_by_id(const char *filename)
        return LB_STATUS_ERROR_NOT_EXIST;
 }
 
+int livebox_trigger_update_monitor(const char *id, int is_pd)
+{
+       return LB_STATUS_ERROR_INVALID;
+}
+
 static inline Evas *create_virtual_canvas(int w, int h)
 {
         Ecore_Evas *internal_ee;