[Pcsclite-cvs-commit] r2455 - trunk/pycsc

Ludovic Rousseau rousseau at alioth.debian.org
Mon Mar 5 14:26:48 CET 2007


Author: rousseau
Date: 2007-03-05 13:26:48 +0000 (Mon, 05 Mar 2007)
New Revision: 2455

Modified:
   trunk/pycsc/pycsc.c
Log:
add a documentation header for pycsc_getAttrib() and pycsc_setAttrib()


Modified: trunk/pycsc/pycsc.c
===================================================================
--- trunk/pycsc/pycsc.c	2007-02-28 21:12:57 UTC (rev 2454)
+++ trunk/pycsc/pycsc.c	2007-03-05 13:26:48 UTC (rev 2455)
@@ -477,6 +477,13 @@
 	return Py_BuildValue("s#", outBuffer, outBufferLen);
 }
 
+/******************************************************************
+ **
+ **  Function    : pycsc_getAttrib
+ **
+ **  Description : get a card/driver attribute
+ **
+ ******************************************************************/
 static PyObject * pycsc_getAttrib(PyObject *self, PyObject * args)
 {
 //+ NEED TO CHECK IF IT REALLY DOES NOT EXIST ON PCSC/LITE
@@ -511,6 +518,13 @@
 #endif
 }
 
+/******************************************************************
+ **
+ **  Function    : pycsc_setAttrib
+ **
+ **  Description : set a card/driver attribute
+ **
+ ******************************************************************/
 static PyObject * pycsc_setAttrib(PyObject *self, PyObject * args)
 {
 #ifdef WINDOWS




More information about the Pcsclite-cvs-commit mailing list