aboutsummaryrefslogtreecommitdiff
path: root/src/gdbmdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdbmdefs.h')
-rw-r--r--src/gdbmdefs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gdbmdefs.h b/src/gdbmdefs.h
index af6f09c..9740b16 100644
--- a/src/gdbmdefs.h
+++ b/src/gdbmdefs.h
@@ -71,15 +71,15 @@ typedef struct
static int inline
gdbm_avail_block_valid_p (avail_block const *av)
{
return (av->size > 1 && av->count >= 0 && av->count <= av->size);
}
-/* Return true if both AV and the size of AV->av_table are valid */
-extern int gdbm_avail_table_valid_p (GDBM_FILE dbf,
- avail_elem const *av, int count);
+/* 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. */
typedef struct
{

Return to:

Send suggestions and report system problems to the System administrator.