diff options
author | Werner Koch <[email protected]> | 2012-11-16 13:27:09 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2012-11-16 13:27:09 +0000 |
commit | d447a2150c235878e2c80afcc99e207755cfd2f9 (patch) | |
tree | b5f1f6ccf9d7612fa7f52c013a568c72a03c4237 /src | |
parent | Improve parsing of the GIT revision number. (diff) | |
download | libgpg-error-d447a2150c235878e2c80afcc99e207755cfd2f9.tar.gz libgpg-error-d447a2150c235878e2c80afcc99e207755cfd2f9.zip |
Add new source id for Libassuan.
* src/err-sources.h.in (GPG_ERR_SOURCE_ASSUAN): New.
Diffstat (limited to 'src')
-rw-r--r-- | src/err-sources.h.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/err-sources.h.in b/src/err-sources.h.in index d200fc6..34c1817 100644 --- a/src/err-sources.h.in +++ b/src/err-sources.h.in @@ -8,12 +8,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 @@ -44,6 +44,7 @@ 12 GPG_ERR_SOURCE_GPA GPA 13 GPG_ERR_SOURCE_KLEO Kleopatra 14 GPG_ERR_SOURCE_G13 G13 +15 GPG_ERR_SOURCE_ASSUAN Assuan # 15 to 30 are free to be used. |