aboutsummaryrefslogtreecommitdiff
path: root/compat/dbmdirfno.c
diff options
context:
space:
mode:
Diffstat (limited to 'compat/dbmdirfno.c')
-rw-r--r--compat/dbmdirfno.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/dbmdirfno.c b/compat/dbmdirfno.c
index ae22cc2..79d9c24 100644
--- a/compat/dbmdirfno.c
+++ b/compat/dbmdirfno.c
@@ -27,7 +27,7 @@
file number. Since we have only one file number, we return it. */
int
-dbm_dirfno (gdbm_file_info *dbf)
+dbm_dirfno (GDBM_FILE dbf)
{
return (dbf->desc);
}

Return to:

Send suggestions and report system problems to the System administrator.