From 060092c0ef288814ae6746d1c0c737935cc7c2b7 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 5 Dec 2011 16:53:55 +0000 Subject: =?UTF-8?q?2011-12-05=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libmisc/mouse/mouse_parser.c: Make MOU_Data static. --- cpukit/ChangeLog | 4 ++++ cpukit/libmisc/mouse/mouse_parser.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'cpukit') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index df97d148ec..74f16836d0 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2011-12-05 Ralf Corsépius + + * libmisc/mouse/mouse_parser.c: Make MOU_Data static. + 2011-12-05 Ralf Corsépius * libcsupport/src/chown.c, libcsupport/src/lchown.c: diff --git a/cpukit/libmisc/mouse/mouse_parser.c b/cpukit/libmisc/mouse/mouse_parser.c index 9d78bbd979..9f96a293d5 100644 --- a/cpukit/libmisc/mouse/mouse_parser.c +++ b/cpukit/libmisc/mouse/mouse_parser.c @@ -130,7 +130,7 @@ int mouse_parser_initialize(const char *type) * When a new state is read, the current buttons and x and y deltas * are returned. This routine does not block. */ -int MOU_Data( int ch, COORD *dx, COORD *dy, COORD *dz, BUTTON *bptr) +static int MOU_Data( int ch, COORD *dx, COORD *dy, COORD *dz, BUTTON *bptr) { int b; -- cgit v1.2.3