diff lib/gftp.h @ 102:3b573c8ef706

2003-2-6 Brian Masney <masneyb@gftp.org> * lib/gftp.h lib/protocols.c lib/rfc2068.c - put in new parse_time() function that should work across all locales. It uses strptime() internally. * lib/misc.c - remove note from close statement
author masneyb
date Fri, 07 Feb 2003 01:24:13 +0000
parents 5f9ad9facf0e
children 76e2b58a9440
line wrap: on
line diff
--- a/lib/gftp.h	Fri Feb 07 01:00:10 2003 +0000
+++ b/lib/gftp.h	Fri Feb 07 01:24:13 2003 +0000
@@ -790,6 +790,9 @@
 void gftp_calc_kbs 			( gftp_transfer * tdata, 
 				 	  ssize_t num_read );
 
+time_t parse_time 			( char *str,
+					  char **endpos );
+
 int gftp_parse_ls 			( gftp_request * request,
 					  const char *lsoutput, 
 					  gftp_file *fle );