summaryrefslogtreecommitdiff
path: root/src/libassuan.vers
blob: 788bb92b0c0902bcabb175fd5a6959adcb377402 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
# libassuan.vers - List of symbols to export.
# Copyright (C) 2009 g10 Code GmbH
#
# This file is part of LIBASSUAN.
#
# LIBASSUAN is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser general Public License as
# published by the Free Software Foundation; either version 2.1 of
# the License, or (at your option) any later version.
#
# LIBASSUAN is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, see <http://www.gnu.org/licenses/>.
# SPDX-License-Identifier: LGPL-2.1+

#-----------------------------------------------------------
# Please remember to add new functions also to libassuan.def
#-----------------------------------------------------------

LIBASSUAN_1.0 {
  global:
    assuan_accept;
    assuan_begin_confidential;
    assuan_client_read_response;
    assuan_client_parse_response;
    assuan_close_input_fd;
    assuan_close_output_fd;
    assuan_command_parse_fd;
    assuan_ctx_set_system_hooks;
    assuan_end_confidential;
    assuan_fdopen;
    assuan_get_active_fds;
    assuan_get_assuan_log_prefix;
    assuan_get_command_name;
    assuan_get_data_fp;
    assuan_get_flag;
    assuan_get_gpg_err_source;
    assuan_get_input_fd;
    assuan_get_log_cb;
    assuan_get_malloc_hooks;
    assuan_get_output_fd;
    assuan_get_peercred;
    assuan_get_pid;
    assuan_get_pointer;
    assuan_init_pipe_server;
    assuan_init_socket_server;
    assuan_inquire;
    assuan_inquire_ext;
    assuan_new;
    assuan_new_ext;
    assuan_pending_line;
    assuan_pipe_connect;
    assuan_process;
    assuan_process_done;
    assuan_process_next;
    assuan_read_line;
    assuan_receivefd;
    assuan_register_bye_notify;
    assuan_register_cancel_notify;
    assuan_register_command;
    assuan_register_input_notify;
    assuan_register_option_handler;
    assuan_register_output_notify;
    assuan_register_pre_cmd_notify;
    assuan_register_post_cmd_notify;
    assuan_register_reset_notify;
    assuan_release;
    assuan_send_data;
    assuan_sendfd;
    assuan_set_assuan_log_prefix;
    assuan_set_assuan_log_stream;
    assuan_set_error;
    assuan_set_flag;
    assuan_set_gpg_err_source;
    assuan_set_hello_line;
    assuan_set_io_monitor;
    assuan_set_log_cb;
    assuan_set_log_stream;
    assuan_set_malloc_hooks;
    assuan_set_okay_line;
    assuan_set_pointer;
    assuan_set_sock_nonce;
    assuan_set_system_hooks;
    assuan_sock_bind;
    assuan_sock_check_nonce;
    assuan_sock_close;
    assuan_sock_connect;
    assuan_sock_deinit;
    assuan_sock_get_nonce;
    assuan_sock_init;
    assuan_sock_new;
    assuan_socket_connect;
    assuan_transact;
    assuan_write_line;
    assuan_write_status;
    assuan_free;
    assuan_socket_connect_fd;
    assuan_check_version;
    assuan_sock_set_sockaddr_un;
    assuan_sock_set_flag;
    assuan_sock_get_flag;
    assuan_sock_connect_byname;
    assuan_sock_set_system_hooks;

    __assuan_close;
    __assuan_pipe;
    __assuan_socketpair;
    __assuan_spawn;
    __assuan_usleep;
    __assuan_socket;
    __assuan_connect;
    __assuan_read;
    __assuan_write;
    __assuan_recvmsg;
    __assuan_sendmsg;
    __assuan_waitpid;

  local:
    *;

};