| Josh Gao | b789fb1 | 2019-10-24 19:02:14 -0700 | [diff] [blame] | 1 | LIBADBD_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 | }; | ||||