diff options
author | Matthieu Herrb <matthieu@deville.herrb.net> | 2008-11-21 15:42:31 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@deville.herrb.net> | 2008-11-21 15:43:15 +0100 |
commit | 87f20b0c06bc13ed603d36cca881ccf69ac0a68a (patch) | |
tree | 2890bf2c7c770c9f2485dd8e98d802bd7707bb47 | |
parent | 790a78d3b3d81ea06fc1a31108a330adba8cc069 (diff) |
Build fix: Add a prototype for FindDevice function.
-rw-r--r-- | src/bsd_mouse.c | 1 |
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 */ |