aboutsummaryrefslogtreecommitdiff
path: root/sys/netccitt/hd_subr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netccitt/hd_subr.c')
-rw-r--r--sys/netccitt/hd_subr.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/netccitt/hd_subr.c b/sys/netccitt/hd_subr.c
index c379188a8ce0..7ba5b038cc9d 100644
--- a/sys/netccitt/hd_subr.c
+++ b/sys/netccitt/hd_subr.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)hd_subr.c 8.1 (Berkeley) 6/10/93
- * $Id: hd_subr.c,v 1.3 1995/02/15 06:29:45 jkh Exp $
+ * $Id: hd_subr.c,v 1.4 1995/05/30 08:08:43 rgrimes Exp $
*/
#include <sys/param.h>
@@ -57,6 +57,14 @@
#include <netccitt/x25.h>
#include <netccitt/pk_var.h>
+struct hdcb *hdcbhead;
+struct Frmr_frame hd_frmr;
+struct ifqueue hdintrq;
+
+int hd_t1;
+int hd_t3;
+int hd_n2;
+
void
hd_init ()
{