diff lib/ftps.c @ 765:d553d14a2565

2006-7-13 Brian Masney <masneyb@gftp.org> * lib/cache.c lib/config_file.c lib/fsp.c lib/ftps.c lib/gftp.h lib/local.c lib/misc.c lib/options.h lib/protocols.c lib/rfc2068.c lib/rfc959.c lib/sshv2.c - started to add some annotations for splint. Fixed a few minor warnings from splint.
author masneyb
date Fri, 14 Jul 2006 00:34:11 +0000
parents 5d13fa48c275
children 435b11d2d628
line wrap: on
line diff
--- a/lib/ftps.c	Fri Jul 07 20:04:42 2006 +0000
+++ b/lib/ftps.c	Fri Jul 14 00:34:11 2006 +0000
@@ -114,7 +114,7 @@
 }
 
 
-static int
+/*@unused@*/ static int
 ftps_connect (gftp_request * request)
 {
   if (request->datafd > 0)