aboutsummaryrefslogtreecommitdiff
path: root/src/gdbmfdesc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdbmfdesc.c')
-rw-r--r--src/gdbmfdesc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdbmfdesc.c b/src/gdbmfdesc.c
index 67e8b89..152b5b2 100644
--- a/src/gdbmfdesc.c
+++ b/src/gdbmfdesc.c
@@ -25,7 +25,7 @@
/* Return the file number of the DBF file. */
int
-gdbm_fdesc(gdbm_file_info *dbf)
+gdbm_fdesc(GDBM_FILE dbf)
{
return (dbf->desc);
}

Return to:

Send suggestions and report system problems to the System administrator.