aboutsummaryrefslogtreecommitdiff
path: root/src/gdbm.proto
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdbm.proto')
-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.