summaryrefslogtreecommitdiff
path: root/src/gpg-error.vers
blob: a4ff7263e83f7499cf2f0488c8ab9d3387798440 (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
# libgpg-error.vers - What symbols to export           -*- std -*-
# Copyright (C) 2014 g10 Code GmbH
#
# This file is part of libgpg-error.
#
# libgpg-error 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.
#
# libgpg-error 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/>.
#
# NOTE: When adding new functions, please make sure to add them to
#       visibility.h and gpg-error.def.in as well.


GPG_ERROR_1.0 {
  global:
    gpg_strerror;
    gpg_strerror_r;
    gpg_strsource;
    gpg_err_code_from_errno;
    gpg_err_code_to_errno;
    gpg_err_code_from_syserror;
    gpg_err_set_errno;
    gpg_error_check_version;

    gpgrt_lock_init;
    gpgrt_lock_lock;
    gpgrt_lock_unlock;
    gpgrt_lock_destroy;
    gpgrt_yield;

    gpgrt_fopen;
    gpgrt_mopen;
    gpgrt_fopenmem;
    gpgrt_fopenmem_init;
    gpgrt_fdopen;
    gpgrt_fdopen_nc;
    gpgrt_sysopen;
    gpgrt_sysopen_nc;
    gpgrt_fpopen;
    gpgrt_fpopen_nc;
    gpgrt_freopen;
    gpgrt_fopencookie;
    gpgrt_fclose;
    gpgrt_fclose_snatch;
    gpgrt_onclose;
    gpgrt_fileno;
    gpgrt_fileno_unlocked;
    gpgrt_syshd;
    gpgrt_syshd_unlocked;
    _gpgrt_set_std_stream;
    _gpgrt_get_std_stream;
    gpgrt_flockfile;
    gpgrt_ftrylockfile;
    gpgrt_funlockfile;
    gpgrt_feof;
    gpgrt_feof_unlocked;
    gpgrt_ferror;
    gpgrt_ferror_unlocked;
    gpgrt_clearerr;
    gpgrt_clearerr_unlocked;
    gpgrt_fflush;
    gpgrt_fseek;
    gpgrt_fseeko;
    gpgrt_ftell;
    gpgrt_ftello;
    gpgrt_rewind;
    gpgrt_fgetc;
    _gpgrt_getc_underflow;
    gpgrt_fputc;
    _gpgrt_putc_overflow;
    gpgrt_ungetc;
    gpgrt_read;
    gpgrt_write;
    gpgrt_write_sanitized;
    gpgrt_write_hexstring;
    gpgrt_fread;
    gpgrt_fwrite;
    gpgrt_fgets;
    gpgrt_fputs;
    gpgrt_fputs_unlocked;
    gpgrt_getline;
    gpgrt_read_line;
    gpgrt_free;
    gpgrt_fprintf;
    gpgrt_fprintf_unlocked;
    gpgrt_printf;
    gpgrt_printf_unlocked;
    gpgrt_vfprintf;
    gpgrt_vfprintf_unlocked;
    gpgrt_setvbuf;
    gpgrt_setbuf;
    gpgrt_set_binary;
    gpgrt_tmpfile;
    gpgrt_opaque_set;
    gpgrt_opaque_get;
    gpgrt_fname_set;
    gpgrt_fname_get;

    gpgrt_asprintf;
    gpgrt_vasprintf;
    gpgrt_bsprintf;
    gpgrt_vbsprintf;
    gpgrt_snprintf;
    gpgrt_vsnprintf;

  local:
    *;
};