aboutsummaryrefslogtreecommitdiff
path: root/compat/dbmseq.c
diff options
context:
space:
mode:
Diffstat (limited to 'compat/dbmseq.c')
-rw-r--r--compat/dbmseq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/compat/dbmseq.c b/compat/dbmseq.c
index d702241..7e1bed5 100644
--- a/compat/dbmseq.c
+++ b/compat/dbmseq.c
@@ -30,7 +30,7 @@
information pointer. */
datum
-dbm_firstkey (gdbm_file_info *dbf)
+dbm_firstkey (GDBM_FILE dbf)
{
datum ret_val;
@@ -49,7 +49,7 @@ dbm_firstkey (gdbm_file_info *dbf)
DBF is the file information pointer. */
datum
-dbm_nextkey (gdbm_file_info *dbf)
+dbm_nextkey (GDBM_FILE dbf)
{
datum ret_val;

Return to:

Send suggestions and report system problems to the System administrator.