Add Export attribute.
authorSung-jae Park <nicesj.park@samsung.com>
Wed, 20 Feb 2013 11:26:49 +0000 (11:26 +0000)
committerSung-jae Park <nicesj.park@samsung.com>
Wed, 20 Feb 2013 11:26:49 +0000 (11:26 +0000)
Change-Id: I574a1288180f7462298ca1bc68be4fe8ed33705e

packaging/liblivebox-viewer.spec
src/livebox.c

index f7b4a7d..e50eb41 100644 (file)
@@ -1,6 +1,6 @@
 Name: liblivebox-viewer
 Summary: Library for developing the application.
-Version: 0.9.3
+Version: 0.9.4
 Release: 1
 Group: framework/livebox
 License: Flora License
index e100a09..6633b6c 100644 (file)
@@ -2509,7 +2509,7 @@ int lb_send_delete(struct livebox *handler, ret_cb_t cb, void *data)
        return master_rpc_async_request(handler, packet, 0, del_ret_cb, create_cb_info(cb, data));
 }
 
-int livebox_client_paused(void)
+EAPI int livebox_client_paused(void)
 {
        struct packet *packet;
 
@@ -2522,7 +2522,7 @@ int livebox_client_paused(void)
        return master_rpc_request_only(NULL, packet);
 }
 
-int livebox_client_resumed(void)
+EAPI int livebox_client_resumed(void)
 {
        struct packet *packet;