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

Ludovic Rousseau rousseau at costa.debian.org
Tue Jun 6 09:42:01 UTC 2006


Author: rousseau
Date: 2006-06-06 09:42:01 +0000 (Tue, 06 Jun 2006)
New Revision: 2074

Modified:
   trunk/PCSC/src/winscard_msg.c
Log:
document the parameters changes for SHMMessageSend() and
SHMMessageReceive() for Doxygen


Modified: trunk/PCSC/src/winscard_msg.c
===================================================================
--- trunk/PCSC/src/winscard_msg.c	2006-06-06 09:34:09 UTC (rev 2073)
+++ trunk/PCSC/src/winscard_msg.c	2006-06-06 09:42:01 UTC (rev 2074)
@@ -126,7 +126,8 @@
  *
  * Writes the message in the shared file \c filedes.
  *
- * @param[in] msgStruct Message to be sent.
+ * @param[in] buffer Message to be sent.
+ * @param[in] buffer_size Size of the message to send
  * @param[in] filedes Socket handle.
  * @param[in] blockAmount Timeout in milliseconds.
  *
@@ -248,7 +249,8 @@
  *
  * Reads the message from the file \c filedes.
  *
- * @param[out] msgStruct Message read.
+ * @param[out] buffer Message read.
+ * @param[in] buffer_size Size to read
  * @param[in] filedes Socket handle.
  * @param[in] blockAmount Timeout in milliseconds.
  *




More information about the Pcsclite-cvs-commit mailing list