X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Flivebox_internal.h;h=cbbefbc1a9ecbe26d958e36db2be1d719e24d74a;hb=386ead03793ce5570fc2a0f1d38f61d69b2a908c;hp=9744c1a962d50cf316afd3d9ca551a1fb059fa60;hpb=0c3a14733ad3c1b1c2df8cc4fe1c25b87b6fb59a;p=platform%2Fframework%2Fweb%2Flivebox-viewer.git diff --git a/include/livebox_internal.h b/include/livebox_internal.h index 9744c1a..cbbefbc 100644 --- a/include/livebox_internal.h +++ b/include/livebox_internal.h @@ -45,6 +45,7 @@ extern struct livebox *lb_ref(struct livebox *handler); extern struct livebox *lb_unref(struct livebox *handler); extern int lb_send_delete(struct livebox *handler, ret_cb_t cb, void *data); extern int lb_delete_all(void); +extern void lb_set_filename(struct livebox *handler, const char *filename); enum lb_type { /*!< Must have to be sync with data-provider-master */ _LB_TYPE_NONE = 0x0,