aboutsummaryrefslogtreecommitdiffstats
path: root/db1-ast/include/mpool.h
diff options
context:
space:
mode:
Diffstat (limited to 'db1-ast/include/mpool.h')
-rwxr-xr-xdb1-ast/include/mpool.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/db1-ast/include/mpool.h b/db1-ast/include/mpool.h
index 22c9feabd..56f17f90d 100755
--- a/db1-ast/include/mpool.h
+++ b/db1-ast/include/mpool.h
@@ -70,9 +70,9 @@ typedef struct MPOOL {
u_long pagesize; /* file page size */
int fd; /* file descriptor */
/* page in conversion routine */
- void (*pgin) __PMT((void *, pgno_t, void *));
+ void (*pgin) __P((void *, pgno_t, void *));
/* page out conversion routine */
- void (*pgout) __PMT((void *, pgno_t, void *));
+ void (*pgout) __P((void *, pgno_t, void *));
void *pgcookie; /* cookie for page in/out routines */
#ifdef STATISTICS
u_long cachehit;