Add NULL-body function for deprecated one for compatibility
authorSung-jae Park <nicesj.park@samsung.com>
Sun, 28 Dec 2014 22:49:13 +0000 (07:49 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Sun, 28 Dec 2014 22:49:13 +0000 (07:49 +0900)
[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I48f93f0004d3819b4cee6ea8a30785a5a0972c5f

livebox/src/livebox.c

index fe5a419..a5a2eea 100644 (file)
@@ -196,4 +196,9 @@ PUBLIC int livebox_set_extra_info(const char *id, const char *content, const cha
     return LB_STATUS_ERROR_NOT_IMPLEMENTED;
 }
 
+PUBLIC int livebox_conf_auto_align(void)
+{
+    return LB_STATUS_ERROR_NOT_IMPLEMENTED;
+}
+
 /* End of a file */