src/inc/net.h 1.31
1.31 2009/02/10 21:00:41 galt
cleaning up, udc stuff already moved by jim to udc.c
Index: src/inc/net.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/net.h,v
retrieving revision 1.30
retrieving revision 1.31
diff -b -B -U 4 -r1.30 -r1.31
--- src/inc/net.h 7 Feb 2009 18:53:31 -0000 1.30
+++ src/inc/net.h 10 Feb 2009 21:00:41 -0000 1.31
@@ -208,18 +208,6 @@
* 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. */
-int udcDataViaHttp(char *url, bits64 offset, int size, void *buffer);
-/* Fetch a block of data of given size into buffer using the http: protocol.
- * Returns number of bytes actually read. Does an errAbort on
- * error. Typically will be called with size in the 8k - 64k range. */
-
-time_t udcTimeViaHttp(char *url);
-/* Returns last modified time of URL */
-
-int udcSizeTimeViaHttp(char *url, long long *pSize, time_t *pTime);
-/* Sets size and last modified time of URL
- * and returns status of HEAD GET. */
-
#endif /* NET_H */