From 25736f836376fef00bbea5595035ac873c430faf Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Tue, 5 Mar 2013 18:02:18 +0100 Subject: uvt: client: export symbols This adds the uvt_client symbols to the public symbol list and exports them so we can use them in uvtd. Signed-off-by: David Herrmann --- docs/sym/libuvt.sym | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') diff --git a/docs/sym/libuvt.sym b/docs/sym/libuvt.sym index c2bc069..2ecee21 100644 --- a/docs/sym/libuvt.sym +++ b/docs/sym/libuvt.sym @@ -39,6 +39,12 @@ global: uvt_cdev_unref; uvt_cdev_register_cb; uvt_cdev_unregister_cb; + + uvt_client_ref; + uvt_client_unref; + uvt_client_set_vt; + uvt_client_kill; + uvt_client_is_dead; local: *; }; -- cgit v1.2.3