diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-20 17:01:33 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-20 17:01:33 +0000 |
commit | 19981914763da9d9045634cbe021625ca0323061 (patch) | |
tree | 5af580f129c757060ad9539baf31219551c58a24 /libpager/priv.h | |
parent | c707c1dfb58d119305e2f6b6ceddf1bb5852ebaf (diff) |
(_pager_class): New var.
Diffstat (limited to 'libpager/priv.h')
-rw-r--r-- | libpager/priv.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libpager/priv.h b/libpager/priv.h index b1b822d4..e1703c44 100644 --- a/libpager/priv.h +++ b/libpager/priv.h @@ -1,5 +1,5 @@ /* Private data for pager library. - Copyright (C) 1994 Free Software Foundation + Copyright (C) 1994, 1995 Free Software Foundation This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -125,6 +125,8 @@ int _pager_page_errors[]; #define PM_NEXTERROR(byte) ((byte) & 0x3) #define SET_PM_NEXTERROR(byte,err) (((byte) & ~0x3) | (err)) +struct port_class *_pager_class; + void _pager_wait_for_seqno (struct pager *, int); void _pager_release_seqno (struct pager *, int); |