summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2013-03-05 18:02:18 +0100
committerDavid Herrmann <dh.herrmann@gmail.com>2013-03-05 18:02:18 +0100
commit25736f836376fef00bbea5595035ac873c430faf (patch)
tree56daf0f49084b6e0c831ec79be8902fb1e7aa12f /docs
parentfdf1321fc781a9f9e36ea772647ce6e6b4a5325c (diff)
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 <dh.herrmann@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/sym/libuvt.sym6
1 files changed, 6 insertions, 0 deletions
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:
*;
};