From 9d55476c9c5f94876de2a0c338e1f550e24fe977 Mon Sep 17 00:00:00 2001 From: Aurelien Foret Date: Wed, 4 Jan 2006 23:52:26 +0000 Subject: added .lastudate support for HTTP protocol known limitation: do not work when connected to some web servers (lighttpd) --- lib/libftp/ftplib.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/libftp/ftplib.h') diff --git a/lib/libftp/ftplib.h b/lib/libftp/ftplib.h index 49e0ccbf..4c2d95dd 100644 --- a/lib/libftp/ftplib.h +++ b/lib/libftp/ftplib.h @@ -121,7 +121,8 @@ GLOBALREF void FtpQuit(netbuf *nControl); GLOBALREF int HttpConnect(const char *host, unsigned short port, netbuf **nControl); GLOBALREF int HttpGet(const char *host, const char *output, const char *path, - int *size, netbuf *nControl, unsigned int offset); + int *size, netbuf *nControl, unsigned int offset, + const struct tm *mtime1, struct tm *mtime2); GLOBALREF void HttpQuit(netbuf *nControl); #ifdef __cplusplus -- cgit v1.2.3-54-g00ecf