Replace the livebox_ prefix with lb_
authorSung-jae Park <nicesj.park@samsung.com>
Mon, 12 Nov 2012 08:10:35 +0000 (17:10 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Mon, 12 Nov 2012 10:29:52 +0000 (19:29 +0900)
commit51349443f5d707609532b2a148699b46e1c2a2bd
tree11b0302c98bf89d47234a1be2de65ea1aa4c2686
parent1007b1be1ef2020b2e1a2fc2754c3e0633963d7b
Replace the livebox_ prefix with lb_

to prevent conflicting of API
Hide external hidden API

Change-Id: Ifb0b9859038acbf337ff85ad3a394e359d3687e8
16 files changed:
CMakeLists.txt
include/client.h
include/conf.h
include/lb.h [new file with mode: 0644]
include/livebox.h [deleted file]
include/so_handler.h
packaging/com.samsung.data-provider-slave.spec
src/client.c
src/conf.c
src/critical_log.c
src/fault.c
src/lb.c [moved from src/livebox.c with 94% similarity]
src/main.c
src/so_handler.c
src/update_monitor.c
src/util.c