From 19981914763da9d9045634cbe021625ca0323061 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 20 Jun 1995 17:01:33 +0000 Subject: (_pager_class): New var. --- libpager/priv.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libpager/priv.h') 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); -- cgit v1.2.3