Build fix: Add a prototype for FindDevice function.

This commit is contained in:
Matthieu Herrb
2008-11-21 15:42:31 +01:00
parent 790a78d3b3
commit 87f20b0c06

View File

@@ -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 */