aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2010-09-02 10:48:03 +0000
committerWerner Koch <[email protected]>2010-09-02 10:48:03 +0000
commitfa224c7cf4f22c69b4cb42098d645bbdb971641e (patch)
tree5111623bbcb687a544c73ad40ead3dafa17a8e8c /src
parentRequire new GPG_ERR_ENABLE_ERRNO_MACROS define to include the strerror (diff)
downloadlibgpg-error-fa224c7cf4f22c69b4cb42098d645bbdb971641e.tar.gz
libgpg-error-fa224c7cf4f22c69b4cb42098d645bbdb971641e.zip
Add new error code.
Remove comment cruft.
Diffstat (limited to 'src')
-rw-r--r--src/err-codes.h.in3
-rw-r--r--src/w32-gettext.c2
2 files changed, 3 insertions, 2 deletions
diff --git a/src/err-codes.h.in b/src/err-codes.h.in
index 8b40861..bc1aed8 100644
--- a/src/err-codes.h.in
+++ b/src/err-codes.h.in
@@ -213,7 +213,8 @@
181 GPG_ERR_MISSING_KEY Missing key
182 GPG_ERR_TOO_MANY Too many objects
183 GPG_ERR_LIMIT_REACHED Limit reached
-# 184 to 198 are free to be used.
+184 GPG_ERR_NOT_INITIALIZED Not initialized
+# 185 to 198 are free to be used.
199 GPG_ERR_UNFINISHED Operation not yet finished
200 GPG_ERR_BUFFER_TOO_SHORT Buffer too short
diff --git a/src/w32-gettext.c b/src/w32-gettext.c
index da07a25..e67e301 100644
--- a/src/w32-gettext.c
+++ b/src/w32-gettext.c
@@ -1,6 +1,6 @@
/* w32-gettext.h - A simple gettext implementation for Windows targets.
Copyright (C) 1995, 1996, 1997, 1999, 2005, 2007,
-2 2008, 2010 Free Software Foundation, Inc.
+ 2008, 2010 Free Software Foundation, Inc.
This file is part of libgpg-error.