aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-08-03 12:41:01 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2011-08-03 12:41:01 +0000
commitbac19dafaedfea38728afa932fdb9217b0e6bf78 (patch)
tree51aa3adac1161ab47482094559c4ec483e178ef4
parent413163f4f7012f9e648d9dbd7e64afa288c0ed57 (diff)
downloadgdbm-bac19dafaedfea38728afa932fdb9217b0e6bf78.tar.gz
gdbm-bac19dafaedfea38728afa932fdb9217b0e6bf78.tar.bz2
(gdbm_errlist): New prototype.
-rw-r--r--src/gdbmerrno.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gdbmerrno.h b/src/gdbmerrno.h
index 3bb92ef..17f2f6b 100644
--- a/src/gdbmerrno.h
+++ b/src/gdbmerrno.h
@@ -1,7 +1,7 @@
/* gdbmerrno.h - The enumeration type describing all the dbm errors. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990, 1991, 1993, 2007 Free Software Foundation, Inc.
+ Copyright (C) 1990, 1991, 1993, 2007, 2011 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -49,3 +49,4 @@
typedef int gdbm_error; /* For compatibilities sake. */
extern gdbm_error gdbm_errno;
+extern const char * const gdbm_errlist[];

Return to:

Send suggestions and report system problems to the System administrator.