[Pcsclite-cvs-commit] PCSC/src winscard_clnt.c,1.34,1.35

sauveron-guest@haydn.debian.org sauveron-guest@haydn.debian.org


Update of /cvsroot/pcsclite/PCSC/src
In directory haydn:/tmp/cvs-serv8181/src

Modified Files:
	winscard_clnt.c 
Log Message:
Add the two inline in the declarations to avoid warning

Index: winscard_clnt.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/winscard_clnt.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- winscard_clnt.c	26 May 2004 21:16:16 -0000	1.34
+++ winscard_clnt.c	5 Jun 2004 15:33:53 -0000	1.35
@@ -92,8 +92,8 @@
 /*
  * Thread safety functions
  */
-static LONG SCardLockThread(void);
-static LONG SCardUnlockThread(void);
+inline static LONG SCardLockThread(void);
+inline static LONG SCardUnlockThread(void);
 
 static LONG SCardEstablishContextTH(DWORD, LPCVOID, LPCVOID, LPSCARDCONTEXT);