summaryrefslogtreecommitdiff
path: root/src/code-to-errno.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/code-to-errno.c')
-rw-r--r--src/code-to-errno.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/code-to-errno.c b/src/code-to-errno.c
index 5873aad..6ba6d87 100644
--- a/src/code-to-errno.c
+++ b/src/code-to-errno.c
@@ -7,12 +7,12 @@
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 libgpg-error; if not, write to the Free
Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
@@ -29,7 +29,7 @@
/* Retrieve the system error for the error code CODE. This returns 0
if CODE is not a system error code. */
int
-gpg_err_code_to_errno (gpg_err_code_t code)
+_gpg_err_code_to_errno (gpg_err_code_t code)
{
if (!(code & GPG_ERR_SYSTEM_ERROR))
return 0;