aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-08-01 11:21:36 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2011-08-01 11:21:36 +0000
commitaf73e074122b38368ee872132477fd17a889254a (patch)
tree72f5951276701f2ca61efd8c97740f13e74b418b
parenta174d5ed9f6c5df34f3d29eac689d30ba2d809c1 (diff)
downloadgdbm-af73e074122b38368ee872132477fd17a889254a.tar.gz
gdbm-af73e074122b38368ee872132477fd17a889254a.tar.bz2
(GDBM_FILE): Change typedef.
-rw-r--r--src/gdbm.proto4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gdbm.proto b/src/gdbm.proto
index d0d5ab5..d022f3a 100644
--- a/src/gdbm.proto
+++ b/src/gdbm.proto
@@ -1,4 +1,4 @@
-/* gdbm.h - The include file for dbm users. */
+/* gdbm.h - The include file for dbm users. -*- c -*- */
/* This file is part of GDBM, the GNU data base manager, by Philip A. Nelson.
Copyright (C) 1990, 1991, 1993 Free Software Foundation, Inc.
@@ -61,7 +61,7 @@ typedef struct {
/* The file information header. This is good enough for most applications. */
-typedef struct {int dummy[10];} *GDBM_FILE;
+typedef struct gdbm_file_info *GDBM_FILE;
/* Determine if the C(++) compiler requires complete function prototype */
#ifndef __P

Return to:

Send suggestions and report system problems to the System administrator.