[Pcsclite-cvs-commit] r2736 - /trunk/PCSC/src/hotplug_linux.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Tue Jan 15 13:45:31 UTC 2008


Author: rousseau
Date: Tue Jan 15 13:45:31 2008
New Revision: 2736

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=2736
Log:
add a prototype for HPEstablishUSBNotifications() and make it static

Modified:
    trunk/PCSC/src/hotplug_linux.c

Modified: trunk/PCSC/src/hotplug_linux.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/hotplug_linux.c?rev=2736&op=diff
==============================================================================
--- trunk/PCSC/src/hotplug_linux.c (original)
+++ trunk/PCSC/src/hotplug_linux.c Tue Jan 15 13:45:31 2008
@@ -68,6 +68,7 @@
 static LONG HPAddHotPluggable(int, unsigned long);
 static LONG HPRemoveHotPluggable(int, unsigned long);
 static LONG HPReadBundleValues(void);
+static void HPEstablishUSBNotifications(void);
 
 static PCSCLITE_THREAD_T usbNotifyThread;
 static int AraKiriHotPlug = FALSE;
@@ -76,7 +77,6 @@
 /*
  * A list to keep track of 20 simultaneous readers
  */
-
 static struct _bundleTracker
 {
 	long  manuID;
@@ -191,7 +191,7 @@
 	return 0;
 }
 
-void HPEstablishUSBNotifications(void)
+static void HPEstablishUSBNotifications(void)
 {
 
 	int i, j, usbDeviceStatus;




More information about the Pcsclite-cvs-commit mailing list