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

Ludovic Rousseau rousseau at alioth.debian.org
Tue Jan 9 16:30:45 CET 2007


Author: rousseau
Date: 2007-01-09 16:30:45 +0100 (Tue, 09 Jan 2007)
New Revision: 2321

Modified:
   trunk/PCSC/src/winscard_msg.c
Log:
Doxygen: correct parameter names


Modified: trunk/PCSC/src/winscard_msg.c
===================================================================
--- trunk/PCSC/src/winscard_msg.c	2007-01-09 15:28:13 UTC (rev 2320)
+++ trunk/PCSC/src/winscard_msg.c	2007-01-09 15:30:45 UTC (rev 2321)
@@ -129,7 +129,7 @@
  *
  * Writes the message in the shared file \c filedes.
  *
- * @param[in] buffer Message to be sent.
+ * @param[in] buffer_void 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.
@@ -254,7 +254,7 @@
  *
  * Reads the message from the file \c filedes.
  *
- * @param[out] buffer Message read.
+ * @param[out] buffer_void Message read.
  * @param[in] buffer_size Size to read
  * @param[in] filedes Socket handle.
  * @param[in] blockAmount Timeout in milliseconds.
@@ -385,7 +385,7 @@
  * @param[in] dwClientID Client socket handle.
  * @param[in] size Size of the message (\p data).
  * @param[in] blockAmount Timeout to the operation in ms.
- * @param[in] data Data to be sent.
+ * @param[in] data_void Data to be sent.
  *
  * @return Same error codes as SHMMessageSend().
  */




More information about the Pcsclite-cvs-commit mailing list