src/inc/net.h 1.32
1.32 2009/02/18 00:32:40 galt
Adding FTP support for udc cache lib
Index: src/inc/net.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/net.h,v
retrieving revision 1.31
retrieving revision 1.32
diff -b -B -U 4 -r1.31 -r1.32
--- src/inc/net.h 10 Feb 2009 21:00:41 -0000 1.31
+++ src/inc/net.h 18 Feb 2009 00:32:40 -0000 1.32
@@ -208,6 +208,9 @@
* This routine handles up to 5 steps of redirection.
* The logic to this routine is also complicated a little to make it work in a pipe, which means we
* can't attach a lineFile since filling the lineFile buffer reads in more than just the http header. */
+boolean netGetFtpInfo(char *url, long long *retSize, time_t *retTime);
+/* Return date and size of ftp url file */
+
#endif /* NET_H */