aboutsummaryrefslogtreecommitdiff
path: root/src/gdbmexists.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdbmexists.c')
-rw-r--r--src/gdbmexists.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gdbmexists.c b/src/gdbmexists.c
index 74da121..b1fb4cf 100644
--- a/src/gdbmexists.c
+++ b/src/gdbmexists.c
@@ -21,13 +21,12 @@
#include "autoconf.h"
#include "gdbmdefs.h"
-#include "gdbmerrno.h"
/* This is nothing more than a wrapper around _gdbm_findkey(). The
point? It doesn't alloate any memory. */
int
-gdbm_exists (gdbm_file_info *dbf, datum key)
+gdbm_exists (GDBM_FILE dbf, datum key)
{
char *find_data; /* Dummy */
int hash_val; /* Dummy */

Return to:

Send suggestions and report system problems to the System administrator.