[SmartcardServices-Changes] [114] trunk/SmartCardServices/src/PCSC/musclecard.h

source_changes at macosforge.org source_changes at macosforge.org
Wed Feb 24 00:15:14 PST 2010


Revision: 114
          http://trac.macosforge.org/projects/smartcardservices/changeset/114
Author:   ludovic.rousseau at gmail.com
Date:     2010-02-24 00:15:10 -0800 (Wed, 24 Feb 2010)
Log Message:
-----------
fix compiler error
musclecard.h:755: warning: function declaration isn't a prototype 

Modified Paths:
--------------
    trunk/SmartCardServices/src/PCSC/musclecard.h

Modified: trunk/SmartCardServices/src/PCSC/musclecard.h
===================================================================
--- trunk/SmartCardServices/src/PCSC/musclecard.h	2010-02-08 09:41:15 UTC (rev 113)
+++ trunk/SmartCardServices/src/PCSC/musclecard.h	2010-02-24 08:15:10 UTC (rev 114)
@@ -752,7 +752,7 @@
 #ifdef WIN32
 	PCSC_API
 #endif
-	MSC_RV MSCCallbackCancelEvent();
+	MSC_RV MSCCallbackCancelEvent(void);
 
 	/*
 	 * Locks a transaction to the token 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/smartcardservices-changes/attachments/20100224/5d322bd2/attachment.html>


More information about the SmartcardServices-Changes mailing list