aboutsummaryrefslogtreecommitdiff
path: root/src/gdbmfetch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdbmfetch.c')
-rw-r--r--src/gdbmfetch.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gdbmfetch.c b/src/gdbmfetch.c
index 3cd868e..a3749ae 100644
--- a/src/gdbmfetch.c
+++ b/src/gdbmfetch.c
@@ -21,14 +21,13 @@
#include "autoconf.h"
#include "gdbmdefs.h"
-#include "gdbmerrno.h"
/* Look up a given KEY and return the information associated with that KEY.
The pointer in the structure that is returned is a pointer to dynamically
allocated memory block. */
datum
-gdbm_fetch (gdbm_file_info *dbf, datum key)
+gdbm_fetch (GDBM_FILE dbf, datum key)
{
datum return_val; /* The return value. */
int elem_loc; /* The location in the bucket. */

Return to:

Send suggestions and report system problems to the System administrator.