[Pcsclite-cvs-commit] r3476 - /trunk/libmusclecard/src/tokenfactory.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Fri May 1 12:25:53 UTC 2009


Author: rousseau
Date: Fri May  1 12:25:52 2009
New Revision: 3476

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=3476
Log:
declare local functions static

tokenfactory.c:45: attention : no previous prototype for ‘atrToString’
tokenfactory.c:81: attention : no previous prototype for ‘stringToBytes’

Modified:
    trunk/libmusclecard/src/tokenfactory.c

Modified: trunk/libmusclecard/src/tokenfactory.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/libmusclecard/src/tokenfactory.c?rev=3476&op=diff
==============================================================================
--- trunk/libmusclecard/src/tokenfactory.c (original)
+++ trunk/libmusclecard/src/tokenfactory.c Fri May  1 12:25:52 2009
@@ -42,7 +42,7 @@
 #define MSC_LIBRMSC_KEY_NAME                "CFBundleExecutable"
 #define MSC_DEFAULTAPP_NAME                 "spDefaultApplication"
 
-int atrToString(MSCPUChar8 Atr, MSCULong32 Length, char *outAtr)
+static int atrToString(MSCPUChar8 Atr, MSCULong32 Length, char *outAtr)
 {
 	MSCULong32 i;
 	MSCULong32 j;
@@ -78,7 +78,7 @@
 	return 0;
 }
 
-int stringToBytes(char *inStr, MSCPUChar8 Buffer, MSCPULong32 Length)
+static int stringToBytes(char *inStr, MSCPUChar8 Buffer, MSCPULong32 Length)
 {
 	int i;
 	int j;




More information about the Pcsclite-cvs-commit mailing list