aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpg-error.def.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpg-error.def.in')
-rw-r--r--src/gpg-error.def.in32
1 files changed, 28 insertions, 4 deletions
diff --git a/src/gpg-error.def.in b/src/gpg-error.def.in
index 2ea482a..97bc00f 100644
--- a/src/gpg-error.def.in
+++ b/src/gpg-error.def.in
@@ -1,5 +1,25 @@
-/* gpg-error.def.in - Exported symbols
- * Needs to be processed by CPP.
+/* 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 <http://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>
@@ -10,7 +30,7 @@ EXPORTS
gpg_strsource @3
gpg_err_code_from_errno @4
gpg_err_code_to_errno @5
- gpg_err_init @6
+ /* Not anymore used. */
gpg_err_code_from_syserror @7
gpg_err_set_errno @8
#ifdef HAVE_W32CE_SYSTEM
@@ -26,7 +46,7 @@ EXPORTS
_gpg_w32_gettext_localename @16
_gpg_w32_gettext_use_utf8 @17
#endif
- gpg_err_deinit @18
+ /* Not anymore used. */
gpg_error_check_version @19
gpgrt_lock_init @20
@@ -34,3 +54,7 @@ EXPORTS
gpgrt_lock_unlock @22
gpgrt_lock_destroy @23
gpgrt_yield @24
+
+
+
+;; end of file with public symbols for Windows.