blob: d01233c960e23b86c3947858ea195193ab3cac9c [file] [log] [blame]
Josh Gaob789fb12019-10-24 19:02:14 -07001LIBADBD_AUTH {
2 global:
3 adbd_auth_new; # apex
4 adbd_auth_delete; # apex
5 adbd_auth_run; # apex
6 adbd_auth_get_public_keys; #apex
7 adbd_auth_notify_auth; # apex
8 adbd_auth_notify_disconnect; # apex
9 adbd_auth_prompt_user; # apex
10 adbd_auth_supports_feature; # apex
11 local:
12 *;
13};