aboutsummaryrefslogtreecommitdiff
path: root/compat/dbmrdonly.c
diff options
context:
space:
mode:
Diffstat (limited to 'compat/dbmrdonly.c')
-rw-r--r--compat/dbmrdonly.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/dbmrdonly.c b/compat/dbmrdonly.c
index 14d89c7..33e3274 100644
--- a/compat/dbmrdonly.c
+++ b/compat/dbmrdonly.c
@@ -26,7 +26,7 @@
/* not much of a routine, but should be a function for compatibility. */
int
-dbm_rdonly(gdbm_file_info *dbf)
+dbm_rdonly(GDBM_FILE dbf)
{
return (dbf->read_write == GDBM_READER);
}

Return to:

Send suggestions and report system problems to the System administrator.