aboutsummaryrefslogtreecommitdiff
path: root/libssh/libssh.map
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-04-30 09:47:57 +0000
committerAndreas Schneider <mail@cynapses.org>2009-04-30 09:47:57 +0000
commit06a0dea2add09bdadc870a7f664c17c00a326f89 (patch)
tree2e379a5a94c6b070af0eb562c2bd7ac73fa3865e /libssh/libssh.map
parent982045bb966d957f615e63018e63367817bd3bb3 (diff)
downloadlibssh-06a0dea2add09bdadc870a7f664c17c00a326f89.tar.gz
libssh-06a0dea2add09bdadc870a7f664c17c00a326f89.tar.xz
libssh-06a0dea2add09bdadc870a7f664c17c00a326f89.zip
Rename the symbol version map.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@657 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'libssh/libssh.map')
-rw-r--r--libssh/libssh.map61
1 files changed, 61 insertions, 0 deletions
diff --git a/libssh/libssh.map b/libssh/libssh.map
new file mode 100644
index 0000000..a6e13da
--- /dev/null
+++ b/libssh/libssh.map
@@ -0,0 +1,61 @@
+SSH_0.3 {
+ global:
+ ssh_get_error; ssh_get_error_code;
+ ssh_new; ssh_set_options; ssh_get_fd; ssh_silent_disconnect;
+ ssh_connect; ssh_disconnect; ssh_service_request; ssh_get_issue_banner;
+ ssh_copyright; ssh_get_version; ssh_finalize;
+ ssh_set_fd_toread; ssh_set_fd_towrite; ssh_set_fd_except;
+ string_from_char; string_len; string_new; string_fill; string_to_char;
+ string_copy; string_burn; string_data;
+ ssh_crypto_init;
+ ssh_get_hexa; ssh_print_hexa; ssh_get_random;
+ ssh_get_pubkey_hash; ssh_get_pubkey;
+ ssh_fd_poll; ssh_select; publickey_free;
+ privatekey_from_file; publickey_to_string; publickey_from_privatekey;
+ private_key_free; publickey_from_file; publickey_from_next_file;
+ ssh_is_server_known; ssh_write_knownhost;
+ channel_new; channel_open_forward; channel_open_session; channel_free;
+ channel_request_pty; channel_request_pty_size; channel_change_pty_size;
+ channel_request_shell; channel_request_subsystem; channel_request_env;
+ channel_request_exec; channel_request_sftp; channel_write;
+ channel_send_eof; channel_read; channel_poll; channel_close;
+ channel_read_nonblocking; channel_is_open;
+ channel_is_closed; channel_is_eof; channel_select;
+ ssh_options_new; ssh_options_copy; ssh_options_free; ssh_options_set_wanted_algos;
+ ssh_options_set_username; ssh_options_set_port; ssh_options_getopt;
+ ssh_options_set_host; ssh_options_set_fd; ssh_options_set_bind;
+ ssh_options_set_identity; ssh_options_set_status_callback;
+ ssh_options_set_timeout; ssh_options_set_ssh_dir;
+ ssh_options_set_known_hosts_file; ssh_options_allow_ssh1;
+ ssh_options_allow_ssh2; ssh_options_set_dsa_server_key;
+ ssh_options_set_rsa_server_key;
+ buffer_new; buffer_free; buffer_get; buffer_get_len;
+ ssh_userauth_none; ssh_userauth_password; ssh_userauth_offer_pubkey;
+ ssh_userauth_pubkey; ssh_userauth_autopubkey; ssh_userauth_kbdint;
+ ssh_userauth_kbdint_getnprompts; ssh_userauth_kbdint_getname;
+ ssh_userauth_kbdint_getinstruction; ssh_userauth_kbdint_getprompt;
+ ssh_userauth_kbdint_setanswer;
+ sftp_new; sftp_free; sftp_init; sftp_opendir; sftp_readdir; sftp_dir_eof;
+ sftp_stat; sftp_lstat; sftp_fstat; sftp_attributes_free; sftp_dir_close;
+ sftp_file_close; sftp_open; sftp_read; sftp_write; sftp_seek; sftp_tell;
+ sftp_rewind; sftp_rm; sftp_rmdir; sftp_mkdir; sftp_rename; sftp_setstat;
+ sftp_canonicalize_path; sftp_server_new; sftp_server_init;
+ sftp_get_client_message; sftp_client_message_free; sftp_reply_name;
+ sftp_reply_handle; sftp_handle_alloc; sftp_reply_attr; sftp_handle;
+ sftp_reply_status; sftp_reply_names_add; sftp_reply_names;
+ sftp_reply_data; sftp_handle_remove;
+ ssh_bind_new; ssh_bind_set_options; ssh_bind_listen; ssh_bind_set_blocking;
+ ssh_bind_get_fd; ssh_bind_set_toaccept; ssh_bind_accept; ssh_bind_free;
+ ssh_accept;
+ ssh_message_get; ssh_message_type; ssh_message_subtype;
+ ssh_message_reply_default; ssh_message_free; ssh_message_auth_user;
+ ssh_message_auth_password; ssh_message_auth_reply_success;
+ ssh_message_auth_set_methods;
+ ssh_message_channel_request_open_reply_accept;
+ ssh_message_channel_request_channel; ssh_message_channel_request_pty_term;
+ ssh_message_channel_request_subsystem;
+ ssh_message_channel_request_reply_success;
+ set_encrypt_key; set_decrypt_key; cbc_encrypt; cbc_decrypt;
+ local:
+ *;
+};