]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - db2/include/db_ext.h
Update.
[thirdparty/glibc.git] / db2 / include / db_ext.h
index 1cccb47617ced8f493319a4a8a70e941f308542e..b18b10ff7f24e565a0d3fd2d5333d04afc9c992c 100644 (file)
@@ -57,8 +57,8 @@ int __db_noop_print
 int __db_noop_read __P((void *, __db_noop_args **));
 int __db_init_print __P((DB_ENV *));
 int __db_init_recover __P((DB_ENV *));
-int __db_pgin __P((db_pgno_t, void *));
-int __db_pgout __P((db_pgno_t, void *));
+int __db_pgin __P((db_pgno_t, size_t, void *));
+int __db_pgout __P((db_pgno_t, size_t, void *));
 int __db_dispatch __P((DB_LOG *, DBT *, DB_LSN *, int, void *));
 int __db_add_recovery __P((DB_ENV *,
    int (*)(DB_LOG *, DBT *, DB_LSN *, int, void *), u_int32_t));