From bac19dafaedfea38728afa932fdb9217b0e6bf78 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Wed, 3 Aug 2011 12:41:01 +0000 Subject: (gdbm_errlist): New prototype. --- src/gdbmerrno.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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[]; -- cgit v1.2.1