summaryrefslogtreecommitdiff
path: root/src/gdbmdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdbmdefs.h')
-rw-r--r--src/gdbmdefs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gdbmdefs.h b/src/gdbmdefs.h
index dfb6d60..3fec82c 100644
--- a/src/gdbmdefs.h
+++ b/src/gdbmdefs.h
@@ -66,10 +66,6 @@ typedef struct
avail_elem av_table[1]; /* The table. Make it look like an array. */
} avail_block;
-/* Return true if both AV and the size of AV->av_table are valid.
- See comment to this function in gdbmopen.c */
-extern int gdbm_avail_table_valid_p (GDBM_FILE dbf, avail_elem *av, int count);
-
/* The dbm file header keeps track of the current location of the hash
directory and the free space in the file. */