We need adb_initted in a couple of places; declare it here.
This commit is contained in:
parent
ad43c94436
commit
57dc0b9f46
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: adbvar.h,v 1.15 1999/06/28 01:56:56 briggs Exp $ */
|
||||
/* $NetBSD: adbvar.h,v 1.16 1999/11/07 00:12:55 scottr Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (C) 1994 Bradley A. Grantham
|
||||
|
@ -53,6 +53,7 @@ extern int adb_traceq[ADB_MAXTRACE];
|
|||
extern int adb_traceq_tail;
|
||||
extern int adb_traceq_len;
|
||||
extern int adb_polling;
|
||||
extern int adb_initted;
|
||||
|
||||
#ifdef DEBUG
|
||||
#ifndef ADB_DEBUG
|
||||
|
|
Loading…
Reference in New Issue