[Pcsclite-cvs-commit] r2305 - trunk/PCSC/src

Ludovic Rousseau rousseau at alioth.debian.org
Sat Jan 6 20:00:20 CET 2007


Author: rousseau
Date: 2007-01-06 20:00:20 +0100 (Sat, 06 Jan 2007)
New Revision: 2305

Modified:
   trunk/PCSC/src/hotplug_libusb.c
Log:
define prototypes for HPRescanUsbBus() and HPEstablishUSBNotifications()


Modified: trunk/PCSC/src/hotplug_libusb.c
===================================================================
--- trunk/PCSC/src/hotplug_libusb.c	2007-01-06 18:05:26 UTC (rev 2304)
+++ trunk/PCSC/src/hotplug_libusb.c	2007-01-06 19:00:20 UTC (rev 2305)
@@ -84,6 +84,8 @@
 LONG HPAddHotPluggable(struct usb_device *dev, const char bus_device[],
 	struct _driverTracker *driver);
 LONG HPRemoveHotPluggable(int index);
+static void HPRescanUsbBus(void);
+static void HPEstablishUSBNotifications(void);
 
 LONG HPReadBundleValues(void)
 {




More information about the Pcsclite-cvs-commit mailing list