aboutsummaryrefslogtreecommitdiff
path: root/src/gdbmsync.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdbmsync.c')
-rw-r--r--src/gdbmsync.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gdbmsync.c b/src/gdbmsync.c
index 74e8c25..9b7c326 100644
--- a/src/gdbmsync.c
+++ b/src/gdbmsync.c
@@ -21,12 +21,11 @@
#include "autoconf.h"
#include "gdbmdefs.h"
-#include "gdbmerrno.h"
/* Make sure the database is all on disk. */
void
-gdbm_sync (gdbm_file_info *dbf)
+gdbm_sync (GDBM_FILE dbf)
{
/* Initialize the gdbm_errno variable. */

Return to:

Send suggestions and report system problems to the System administrator.