VirtualBox

source: vbox/trunk/src/VBox/Devices/Network/VBoxLibSsh.def

Last change on this file was 98103, checked in by vboxsync, 16 months ago

Copyright year updates by scm.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.4 KB
Line 
1; $Id: VBoxLibSsh.def 98103 2023-01-17 14:15:46Z vboxsync $
2;; @file
3; VBoxLibSsh - Definition file for lazy import generation for VBoxDD.
4;
5
6;
7; Copyright (C) 2022-2023 Oracle and/or its affiliates.
8;
9; This file is part of VirtualBox base platform packages, as
10; available from https://www.virtualbox.org.
11;
12; This program is free software; you can redistribute it and/or
13; modify it under the terms of the GNU General Public License
14; as published by the Free Software Foundation, in version 3 of the
15; License.
16;
17; This program is distributed in the hope that it will be useful, but
18; WITHOUT ANY WARRANTY; without even the implied warranty of
19; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20; General Public License for more details.
21;
22; You should have received a copy of the GNU General Public License
23; along with this program; if not, see <https://www.gnu.org/licenses>.
24;
25; SPDX-License-Identifier: GPL-3.0-only
26;
27
28LIBRARY VBoxLibSsh
29EXPORTS
30 ssh_channel_close
31 ssh_channel_free
32 ssh_channel_new
33 ssh_channel_open_session
34 ssh_channel_open_tunnel
35 ssh_channel_poll
36 ssh_channel_read_timeout
37 ssh_channel_request_exec
38 ssh_channel_send_eof
39 ssh_channel_write
40 ssh_connect
41 ssh_disconnect
42 ssh_finalize
43 ssh_free
44 ssh_init
45 ssh_key_free
46 ssh_new
47 ssh_options_set
48 ssh_pki_import_privkey_base64
49 ssh_remove_channel_callbacks
50 ssh_select
51 ssh_set_channel_callbacks
52 ssh_set_log_callback
53 ssh_set_log_userdata
54 ssh_userauth_publickey
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use