Imported Upstream version 0.8.9
[platform/upstream/multipath-tools.git] / libmpathcmd / libmpathcmd.version
1 /*
2  * Copyright (c) 2020 SUSE LLC
3  * SPDX-License-Identifier: GPL-2.0-or-later
4  *
5  * libmpathcmd ABI
6  *
7  * The ABI of libmpathcmd is supposed to remain stable. Removing symbols
8  * or altering existing symbols' semantics is not allowed. When changing a
9  * a symbol, either use a new name, or explicit symver directives.
10  *
11  * See libmultipath.version for general policy about version numbers.
12  */
13 LIBMPATHCMD_1.0.0 {
14 global:
15         __mpath_connect;
16         mpath_connect;
17         mpath_disconnect;
18         mpath_process_cmd;
19         mpath_recv_reply;
20         mpath_recv_reply_len;
21         mpath_recv_reply_data;
22         mpath_send_cmd;
23 local:
24         *;
25 };