Blame src/gpg-error.def.in

Packit fc043f
/* libgpg-error.def - Exported symbols for W32
Packit fc043f
 * Copyright (C) 2014 g10 Code GmbH
Packit fc043f
 *
Packit fc043f
 * This file is part of libgpg-error.
Packit fc043f
 *
Packit fc043f
 * libgpg-error is free software; you can redistribute it and/or modify
Packit fc043f
 * it under the terms of the GNU Lesser General Public License as
Packit fc043f
 * published by the Free Software Foundation; either version 2.1 of
Packit fc043f
 * the License, or (at your option) any later version.
Packit fc043f
 *
Packit fc043f
 * libgpg-error is distributed in the hope that it will be useful,
Packit fc043f
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit fc043f
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit fc043f
 * GNU Lesser General Public License for more details.
Packit fc043f
 *
Packit fc043f
 * You should have received a copy of the GNU Lesser General Public
Packit fc043f
 * License along with this program; if not, see <https://www.gnu.org/licenses/>.
Packit fc043f
 * SPDX-License-Identifier: LGPL-2.1+
Packit fc043f
 *
Packit fc043f
 * Note: This file should be updated manually and the ordinals shall
Packit fc043f
 * never be changed.  Also check gpg-error.vers and visibility.h.
Packit fc043f
 *
Packit fc043f
 * This file needs to be pre-processed.
Packit fc043f
 */
Packit fc043f
Packit fc043f
#include <config.h>
Packit fc043f
Packit fc043f
EXPORTS
Packit fc043f
 gpg_strerror                 @1
Packit fc043f
 gpg_strerror_r               @2
Packit fc043f
 gpg_strsource                @3
Packit fc043f
 gpg_err_code_from_errno      @4
Packit fc043f
 gpg_err_code_to_errno        @5
Packit fc043f
 /* @6 - Not anymore used.  */
Packit fc043f
 gpg_err_code_from_syserror   @7
Packit fc043f
 gpg_err_set_errno            @8
Packit fc043f
#ifdef HAVE_W32CE_SYSTEM
Packit fc043f
   _gpg_w32ce_get_errno       @9
Packit fc043f
   _gpg_w32ce_strerror        @10
Packit fc043f
#endif
Packit fc043f
#ifdef HAVE_W32_SYSTEM
Packit fc043f
   _gpg_w32_bindtextdomain     @11
Packit fc043f
   _gpg_w32_textdomain         @12
Packit fc043f
   _gpg_w32_gettext            @13
Packit fc043f
   _gpg_w32_dgettext           @14
Packit fc043f
   _gpg_w32_dngettext          @15
Packit fc043f
   _gpg_w32_gettext_localename @16
Packit fc043f
   _gpg_w32_gettext_use_utf8   @17
Packit fc043f
#endif
Packit fc043f
 /* @18 - Not anymore used. */
Packit fc043f
 gpg_error_check_version      @19
Packit fc043f
Packit fc043f
 gpgrt_lock_init              @20
Packit fc043f
 gpgrt_lock_lock              @21
Packit fc043f
 gpgrt_lock_unlock            @22
Packit fc043f
 gpgrt_lock_destroy           @23
Packit fc043f
 gpgrt_yield                  @24
Packit fc043f
 gpgrt_lock_trylock           @25
Packit fc043f
Packit fc043f
 gpgrt_set_syscall_clamp      @26
Packit fc043f
Packit fc043f
 gpgrt_fopen                  @27
Packit fc043f
 gpgrt_mopen                  @28
Packit fc043f
 gpgrt_fopenmem               @29
Packit fc043f
 gpgrt_fopenmem_init          @30
Packit fc043f
 gpgrt_fdopen                 @31
Packit fc043f
 gpgrt_fdopen_nc              @32
Packit fc043f
 gpgrt_sysopen                @33
Packit fc043f
 gpgrt_sysopen_nc             @34
Packit fc043f
 gpgrt_fpopen                 @35
Packit fc043f
 gpgrt_fpopen_nc              @36
Packit fc043f
 gpgrt_freopen                @37
Packit fc043f
 gpgrt_fopencookie            @38
Packit fc043f
 gpgrt_fclose                 @39
Packit fc043f
 gpgrt_fclose_snatch          @40
Packit fc043f
 gpgrt_onclose                @41
Packit fc043f
 gpgrt_fileno                 @42
Packit fc043f
 gpgrt_fileno_unlocked        @43
Packit fc043f
 gpgrt_syshd                  @44
Packit fc043f
 gpgrt_syshd_unlocked         @45
Packit fc043f
 _gpgrt_set_std_fd            @46
Packit fc043f
 _gpgrt_get_std_stream        @47
Packit fc043f
 gpgrt_flockfile              @48
Packit fc043f
 gpgrt_ftrylockfile           @49
Packit fc043f
 gpgrt_funlockfile            @50
Packit fc043f
 gpgrt_feof                   @51
Packit fc043f
 gpgrt_feof_unlocked          @52
Packit fc043f
 gpgrt_ferror                 @53
Packit fc043f
 gpgrt_ferror_unlocked        @54
Packit fc043f
 gpgrt_clearerr               @55
Packit fc043f
 gpgrt_clearerr_unlocked      @56
Packit fc043f
 gpgrt_fflush                 @57
Packit fc043f
 gpgrt_fseek                  @58
Packit fc043f
 gpgrt_fseeko                 @59
Packit fc043f
 gpgrt_ftell                  @60
Packit fc043f
 gpgrt_ftello                 @61
Packit fc043f
 gpgrt_rewind                 @62
Packit fc043f
 gpgrt_fgetc                  @63
Packit fc043f
 _gpgrt_getc_underflow        @64
Packit fc043f
 gpgrt_fputc                  @65
Packit fc043f
 _gpgrt_putc_overflow         @66
Packit fc043f
 gpgrt_ungetc                 @67
Packit fc043f
 gpgrt_read                   @68
Packit fc043f
 gpgrt_write                  @69
Packit fc043f
 gpgrt_write_sanitized        @70
Packit fc043f
 gpgrt_write_hexstring        @71
Packit fc043f
 gpgrt_fread                  @72
Packit fc043f
 gpgrt_fwrite                 @73
Packit fc043f
 gpgrt_fgets                  @74
Packit fc043f
 gpgrt_fputs                  @75
Packit fc043f
 gpgrt_fputs_unlocked         @76
Packit fc043f
 gpgrt_getline                @77
Packit fc043f
 gpgrt_read_line              @78
Packit fc043f
 gpgrt_free                   @79
Packit fc043f
 gpgrt_fprintf                @80
Packit fc043f
 gpgrt_fprintf_unlocked       @81
Packit fc043f
 gpgrt_printf                 @82
Packit fc043f
 gpgrt_printf_unlocked        @83
Packit fc043f
 gpgrt_vfprintf               @84
Packit fc043f
 gpgrt_vfprintf_unlocked      @85
Packit fc043f
 gpgrt_setvbuf                @86
Packit fc043f
 gpgrt_setbuf                 @87
Packit fc043f
 gpgrt_set_binary             @88
Packit fc043f
 gpgrt_tmpfile                @89
Packit fc043f
 gpgrt_opaque_set             @90
Packit fc043f
 gpgrt_opaque_get             @91
Packit fc043f
 gpgrt_fname_set              @92
Packit fc043f
 gpgrt_fname_get              @93
Packit fc043f
 gpgrt_asprintf               @94
Packit fc043f
 gpgrt_vasprintf              @95
Packit fc043f
 gpgrt_bsprintf               @96
Packit fc043f
 gpgrt_vbsprintf              @97
Packit fc043f
 gpgrt_snprintf               @98
Packit fc043f
 gpgrt_vsnprintf              @99
Packit fc043f
Packit fc043f
 gpgrt_check_version          @100
Packit fc043f
 gpg_err_init                 @101
Packit fc043f
 gpg_err_deinit               @102
Packit fc043f
 gpgrt_set_alloc_func         @103
Packit fc043f
Packit fc043f
 _gpgrt_pending               @104
Packit fc043f
 _gpgrt_pending_unlocked      @105
Packit fc043f
Packit fc043f
 gpgrt_set_nonblock           @106
Packit fc043f
 gpgrt_get_nonblock           @107
Packit fc043f
 gpgrt_poll                   @108
Packit fc043f
Packit fc043f
#ifdef HAVE_W32_SYSTEM
Packit fc043f
 gpgrt_w32_iconv_open         @109
Packit fc043f
 gpgrt_w32_iconv_close        @110
Packit fc043f
 gpgrt_w32_iconv              @111
Packit fc043f
#endif
Packit fc043f
Packit fc043f
 gpgrt_get_syscall_clamp      @112
Packit fc043f
Packit fc043f
 gpgrt_b64dec_start           @113
Packit fc043f
 gpgrt_b64dec_proc            @114
Packit fc043f
 gpgrt_b64dec_finish          @115
Packit fc043f
Packit fc043f
 gpgrt_get_errorcount         @116
Packit fc043f
 gpgrt_inc_errorcount         @117
Packit fc043f
 gpgrt_log_set_sink           @118
Packit fc043f
 gpgrt_log_set_socket_dir_cb  @119
Packit fc043f
 gpgrt_log_set_pid_suffix_cb  @120
Packit fc043f
 gpgrt_log_set_prefix         @121
Packit fc043f
 gpgrt_log_get_prefix         @122
Packit fc043f
 gpgrt_log_test_fd            @123
Packit fc043f
 gpgrt_log_get_fd             @124
Packit fc043f
 gpgrt_log_get_stream         @125
Packit fc043f
 gpgrt_log                    @126
Packit fc043f
 gpgrt_logv                   @127
Packit fc043f
 gpgrt_logv_prefix            @128
Packit fc043f
 gpgrt_log_string             @129
Packit fc043f
 gpgrt_log_bug                @130
Packit fc043f
 gpgrt_log_fatal              @131
Packit fc043f
 gpgrt_log_error              @132
Packit fc043f
 gpgrt_log_info               @133
Packit fc043f
 gpgrt_log_debug              @134
Packit fc043f
 gpgrt_log_debug_string       @135
Packit fc043f
 gpgrt_log_printf             @136
Packit fc043f
 gpgrt_log_printhex           @137
Packit fc043f
 gpgrt_log_clock              @138
Packit fc043f
 gpgrt_log_flush              @139
Packit fc043f
 _gpgrt_log_assert            @140
Packit fc043f
Packit fc043f
 gpgrt_realloc                @141
Packit fc043f
 gpgrt_malloc                 @142
Packit fc043f
 gpgrt_calloc                 @143
Packit fc043f
 gpgrt_strdup                 @144
Packit fc043f
 gpgrt_strconcat              @145
Packit fc043f
Packit fc043f
 gpgrt_w32_reg_query_string   @146
Packit fc043f
Packit fc043f
 gpgrt_getenv                 @147
Packit fc043f
 gpgrt_setenv                 @148
Packit fc043f
 gpgrt_mkdir                  @149
Packit fc043f
 gpgrt_chdir                  @150
Packit fc043f
 gpgrt_getcwd                 @151
Packit fc043f
Packit fc043f
;; API not yet finished for:
Packit fc043f
;; gpgrt_make_pipe              @152
Packit fc043f
;; gpgrt_spawn_process          @153
Packit fc043f
;; gpgrt_spawn_process_fd       @154
Packit fc043f
;; gpgrt_spawn_process_detached @155
Packit fc043f
;; gpgrt_wait_process           @156
Packit fc043f
;; gpgrt_wait_processes         @157
Packit fc043f
;; gpgrt_kill_process           @158
Packit fc043f
;; gpgrt_release_process        @159
Packit fc043f
Packit fc043f
 gpgrt_argparse               @160
Packit fc043f
 gpgrt_usage                  @161
Packit fc043f
 gpgrt_strusage               @162
Packit fc043f
 gpgrt_set_strusage           @163
Packit fc043f
 gpgrt_set_usage_outfnc       @164
Packit fc043f
 gpgrt_set_fixed_string_mapper  @165
Packit fc043f
Packit fc043f
 gpgrt_b64enc_start           @166
Packit fc043f
 gpgrt_b64enc_write           @167
Packit fc043f
 gpgrt_b64enc_finish          @168
Packit fc043f
Packit fc043f
Packit fc043f
;; end of file with public symbols for Windows.