comparison lib/fsp.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 2d3ea4db3106
children 3751478bb260
comparison
equal deleted inserted replaced
764:4ed80df6729d 765:d553d14a2565
17 /* along with this program; if not, write to the Free Software */ 17 /* along with this program; if not, write to the Free Software */
18 /* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111 USA */ 18 /* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111 USA */
19 /*****************************************************************************/ 19 /*****************************************************************************/
20 20
21 #include "gftp.h" 21 #include "gftp.h"
22 static const char cvsid[] = "$Id$";
22 23
23 #define FSP_USE_SHAREMEM_AND_SEMOP 1 24 #define FSP_USE_SHAREMEM_AND_SEMOP 1
24 #include "fsplib/fsplib.h" 25 #include "fsplib/fsplib.h"
25 #include "fsplib/lock.h" 26 #include "fsplib/lock.h"
26
27 static const char cvsid[] = "$Id$";
28 27
29 typedef struct fsp_protocol_data_tag 28 typedef struct fsp_protocol_data_tag
30 { 29 {
31 FSP_SESSION *fsp; 30 FSP_SESSION *fsp;
32 FSP_DIR *dir; 31 FSP_DIR *dir;