aboutsummaryrefslogtreecommitdiff
path: root/src/findkey.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/findkey.c')
-rw-r--r--src/findkey.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/findkey.c b/src/findkey.c
index c2a0653..08e8ebc 100644
--- a/src/findkey.c
+++ b/src/findkey.c
@@ -75,7 +75,8 @@ _gdbm_read_entry (GDBM_FILE dbf, int elem_loc)
return value is the location in the current hash bucket of the KEY's
entry. If it is found, a pointer to the data and the key are returned
in DPTR. If it is not found, the value -1 is returned. Since find
- key computes the hash value of key, that value */
+ key computes the hash value of key, that value is returned in
+ NEW_HASH_VAL. */
int
_gdbm_findkey (GDBM_FILE dbf, datum key, char **dptr, int *new_hash_val)
{

Return to:

Send suggestions and report system problems to the System administrator.