From a298a1843c7bfa2a35aa57de463ba467aeb911e2 Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 10 Dec 1995 13:32:43 +0000 Subject: Staticize and cleanup. --- sys/ddb/ddb.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/ddb/ddb.h') diff --git a/sys/ddb/ddb.h b/sys/ddb/ddb.h index e270b93..c231ac4 100644 --- a/sys/ddb/ddb.h +++ b/sys/ddb/ddb.h @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ddb.h,v 1.8 1995/11/29 10:25:50 phk Exp $ + * $Id: ddb.h,v 1.9 1995/12/07 12:45:08 davidg Exp $ */ /* @@ -88,7 +88,6 @@ void db_write_bytes __P((vm_offset_t addr, int size, char *data)); /* machine-dependent */ void kdb_init __P((void)); void kdbprintf __P((const char *fmt, ...)); -void kdbprinttrap __P((int, int)); db_cmdfcn_t db_breakpoint_cmd; db_cmdfcn_t db_continue_cmd; -- cgit v1.1