summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@deville.herrb.net>2008-11-21 15:42:31 +0100
committerMatthieu Herrb <matthieu@deville.herrb.net>2008-11-21 15:43:15 +0100
commit87f20b0c06bc13ed603d36cca881ccf69ac0a68a (patch)
tree2890bf2c7c770c9f2485dd8e98d802bd7707bb47
parent790a78d3b3d81ea06fc1a31108a330adba8cc069 (diff)
Build fix: Add a prototype for FindDevice function.
-rw-r--r--src/bsd_mouse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bsd_mouse.c b/src/bsd_mouse.c
index ca2c1bb..1b9d8a0 100644
--- a/src/bsd_mouse.c
+++ b/src/bsd_mouse.c
@@ -70,6 +70,7 @@
#ifdef USBMOUSE_SUPPORT
static void usbSigioReadInput (int fd, void *closure);
#endif
+static const char *FindDevice(InputInfoPtr, const char *, int);
#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__DragonFly__)
/* These are for FreeBSD and DragonFly */