[Pcsclite-cvs-commit] r3362 - /trunk/HandlerTest/Host/handler_test.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Mon Mar 23 10:06:32 UTC 2009


Author: rousseau
Date: Mon Mar 23 10:06:32 2009
New Revision: 3362

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=3362
Log:
handler_test.c:99: warning: no previous prototype for ‘help’

Modified:
    trunk/HandlerTest/Host/handler_test.c

Modified: trunk/HandlerTest/Host/handler_test.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/HandlerTest/Host/handler_test.c?rev=3362&op=diff
==============================================================================
--- trunk/HandlerTest/Host/handler_test.c (original)
+++ trunk/HandlerTest/Host/handler_test.c Mon Mar 23 10:06:32 2009
@@ -96,7 +96,7 @@
 char extended = FALSE;
 
 
-void help(char *argv0)
+static void help(char *argv0)
 {
 	printf("\nUsage: %s [-f] [-t val] [-1] [-2] [-3] [-4] [-A] [-T] [-l libname] [-c channel] [-d device_name]\n", argv0);
 	printf("  -f : test APDU with every possible lengths\n");




More information about the Pcsclite-cvs-commit mailing list