diff options
Diffstat (limited to 'plugins/MirOTR/Libgpg-error/code-to-errno.c')
-rw-r--r-- | plugins/MirOTR/Libgpg-error/code-to-errno.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/MirOTR/Libgpg-error/code-to-errno.c b/plugins/MirOTR/Libgpg-error/code-to-errno.c index 5873aad633..6ba6d8788d 100644 --- a/plugins/MirOTR/Libgpg-error/code-to-errno.c +++ b/plugins/MirOTR/Libgpg-error/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; |