summaryrefslogtreecommitdiff
path: root/src/gpg-error.def.in
blob: ad65f8cc8be07f6a802009b0adfa25ccb79d8c8c (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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
/* libgpg-error.def - Exported symbols for W32
 * 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 <https://www.gnu.org/licenses/>.
 *
 * Note: This file should be updated manually and the ordinals shall
 * never be changed.  Also check gpg-error.vers and visibility.h.
 *
 * This file needs to be pre-processed.
 */

#include <config.h>

EXPORTS
 gpg_strerror                 @1
 gpg_strerror_r               @2
 gpg_strsource                @3
 gpg_err_code_from_errno      @4
 gpg_err_code_to_errno        @5
 /* @6 - Not anymore used.  */
 gpg_err_code_from_syserror   @7
 gpg_err_set_errno            @8
#ifdef HAVE_W32CE_SYSTEM
   _gpg_w32ce_get_errno       @9
   _gpg_w32ce_strerror        @10
#endif
#ifdef HAVE_W32_SYSTEM
   _gpg_w32_bindtextdomain     @11
   _gpg_w32_textdomain         @12
   _gpg_w32_gettext            @13
   _gpg_w32_dgettext           @14
   _gpg_w32_dngettext          @15
   _gpg_w32_gettext_localename @16
   _gpg_w32_gettext_use_utf8   @17
#endif
 /* @18 - Not anymore used. */
 gpg_error_check_version      @19

 gpgrt_lock_init              @20
 gpgrt_lock_lock              @21
 gpgrt_lock_unlock            @22
 gpgrt_lock_destroy           @23
 gpgrt_yield                  @24
 gpgrt_lock_trylock           @25

 gpgrt_set_syscall_clamp      @26

 gpgrt_fopen                  @27
 gpgrt_mopen                  @28
 gpgrt_fopenmem               @29
 gpgrt_fopenmem_init          @30
 gpgrt_fdopen                 @31
 gpgrt_fdopen_nc              @32
 gpgrt_sysopen                @33
 gpgrt_sysopen_nc             @34
 gpgrt_fpopen                 @35
 gpgrt_fpopen_nc              @36
 gpgrt_freopen                @37
 gpgrt_fopencookie            @38
 gpgrt_fclose                 @39
 gpgrt_fclose_snatch          @40
 gpgrt_onclose                @41
 gpgrt_fileno                 @42
 gpgrt_fileno_unlocked        @43
 gpgrt_syshd                  @44
 gpgrt_syshd_unlocked         @45
 _gpgrt_set_std_fd            @46
 _gpgrt_get_std_stream        @47
 gpgrt_flockfile              @48
 gpgrt_ftrylockfile           @49
 gpgrt_funlockfile            @50
 gpgrt_feof                   @51
 gpgrt_feof_unlocked          @52
 gpgrt_ferror                 @53
 gpgrt_ferror_unlocked        @54
 gpgrt_clearerr               @55
 gpgrt_clearerr_unlocked      @56
 gpgrt_fflush                 @57
 gpgrt_fseek                  @58
 gpgrt_fseeko                 @59
 gpgrt_ftell                  @60
 gpgrt_ftello                 @61
 gpgrt_rewind                 @62
 gpgrt_fgetc                  @63
 _gpgrt_getc_underflow        @64
 gpgrt_fputc                  @65
 _gpgrt_putc_overflow         @66
 gpgrt_ungetc                 @67
 gpgrt_read                   @68
 gpgrt_write                  @69
 gpgrt_write_sanitized        @70
 gpgrt_write_hexstring        @71
 gpgrt_fread                  @72
 gpgrt_fwrite                 @73
 gpgrt_fgets                  @74
 gpgrt_fputs                  @75
 gpgrt_fputs_unlocked         @76
 gpgrt_getline                @77
 gpgrt_read_line              @78
 gpgrt_free                   @79
 gpgrt_fprintf                @80
 gpgrt_fprintf_unlocked       @81
 gpgrt_printf                 @82
 gpgrt_printf_unlocked        @83
 gpgrt_vfprintf               @84
 gpgrt_vfprintf_unlocked      @85
 gpgrt_setvbuf                @86
 gpgrt_setbuf                 @87
 gpgrt_set_binary             @88
 gpgrt_tmpfile                @89
 gpgrt_opaque_set             @90
 gpgrt_opaque_get             @91
 gpgrt_fname_set              @92
 gpgrt_fname_get              @93
 gpgrt_asprintf               @94
 gpgrt_vasprintf              @95
 gpgrt_bsprintf               @96
 gpgrt_vbsprintf              @97
 gpgrt_snprintf               @98
 gpgrt_vsnprintf              @99

 gpgrt_check_version          @100
 gpg_err_init                 @101
 gpg_err_deinit               @102
 gpgrt_set_alloc_func         @103

 _gpgrt_pending               @104
 _gpgrt_pending_unlocked      @105

 gpgrt_set_nonblock           @106
 gpgrt_get_nonblock           @107
 gpgrt_poll                   @108

#ifdef HAVE_W32_SYSTEM
 gpgrt_w32_iconv_open         @109
 gpgrt_w32_iconv_close        @110
 gpgrt_w32_iconv              @111
#endif

 gpgrt_get_syscall_clamp      @112

 gpgrt_b64dec_start           @113
 gpgrt_b64dec_proc            @114
 gpgrt_b64dec_finish          @115

;; end of file with public symbols for Windows.