summaryrefslogtreecommitdiff
path: root/src/estream.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2014-08-22 19:08:08 +0200
committerWerner Koch <wk@gnupg.org>2014-08-25 16:37:46 +0200
commit216e7def2118a1774fa7ebeb45b8635b9fe6ba42 (patch)
treebcccb2ca1de195b79554f8d5fce6a77540829771 /src/estream.h
parent6714d41af5b3f4d447eb0caea0ede38b753397f8 (diff)
downloadlibgpg-error-216e7def2118a1774fa7ebeb45b8635b9fe6ba42.tar.gz
Implement symbol visibility.
* configure.ac: New option --enable-ld-version-script. (GPGRT_USE_VISIBILITY): New ac_define. (HAVE_LD_VERSION_SCRIPT): New am_conditional. * src/gpg-error.vers: New. * src/gpgrt-int.h: New. * src/visibility.c, src/visibility.h: New. Lot of changes to symbold names. -- This is only doe for the old API. The estream API needs to be added.
Diffstat (limited to 'src/estream.h')
-rw-r--r--src/estream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/estream.h b/src/estream.h
index dd17031..cfb7eec 100644
--- a/src/estream.h
+++ b/src/estream.h
@@ -1,4 +1,4 @@
-/* estream.h - Interanl defiinitions for the Extended Stream I/O Library
+/* gpgrt-int.h - Internal definitions
* Copyright (C) 2014 g10 Code GmbH
*
* This file is part of libgpg-error.