Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/pmax/dev mouseInput() should not be declared here.
details: https://anonhg.NetBSD.org/src/rev/57e51ed87fca
branches: trunk
changeset: 479856:57e51ed87fca
user: ad <ad%NetBSD.org@localhost>
date: Thu Dec 23 15:27:14 1999 +0000
description:
mouseInput() should not be declared here.
diffstat:
sys/arch/pmax/dev/lk201var.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 07f355cb908b -r 57e51ed87fca sys/arch/pmax/dev/lk201var.h
--- a/sys/arch/pmax/dev/lk201var.h Thu Dec 23 15:23:52 1999 +0000
+++ b/sys/arch/pmax/dev/lk201var.h Thu Dec 23 15:27:14 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lk201var.h,v 1.5 1999/11/29 15:02:38 ad Exp $ */
+/* $NetBSD: lk201var.h,v 1.6 1999/12/23 15:27:14 ad Exp $ */
#ifndef _LK201VAR_H_
#define _LK201VAR_H_
@@ -8,7 +8,6 @@
char *kbdMapChar __P((int, int *));
void KBDReset __P((dev_t, void (*)(dev_t, int)));
void MouseInit __P((dev_t, void (*)(dev_t, int), int (*)(dev_t)));
-void mouseInput __P((int cc));
int LKgetc __P((dev_t dev));
void lk_divert __P((int (*getfn) __P ((dev_t dev)), dev_t in_dev));
Home |
Main Index |
Thread Index |
Old Index