[Pcsclite-cvs-commit] r2805 - /trunk/Drivers/ccid/src/ccid_serial.h

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Thu Feb 7 13:53:31 UTC 2008


Author: rousseau
Date: Thu Feb  7 13:53:31 2008
New Revision: 2805

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=2805
Log:
use #ifndef to avoid multiple include of the file

Modified:
    trunk/Drivers/ccid/src/ccid_serial.h

Modified: trunk/Drivers/ccid/src/ccid_serial.h
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/src/ccid_serial.h?rev=2805&op=diff
==============================================================================
--- trunk/Drivers/ccid/src/ccid_serial.h (original)
+++ trunk/Drivers/ccid/src/ccid_serial.h Thu Feb  7 13:53:31 2008
@@ -21,6 +21,9 @@
  * $Id$
  */
 
+#ifndef __CCID_SERAL_H__
+#define __CCID_SERAL_H__
+
 status_t OpenSerial(unsigned int reader_index, int channel);
 
 status_t OpenSerialByName(unsigned int reader_index, char *dev_name);
@@ -33,3 +36,4 @@
 
 status_t CloseSerial(unsigned int reader_index);
 
+#endif




More information about the Pcsclite-cvs-commit mailing list