summaryrefslogtreecommitdiffstats
path: root/libftp/ftplib.h
diff options
context:
space:
mode:
Diffstat (limited to 'libftp/ftplib.h')
-rw-r--r--libftp/ftplib.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libftp/ftplib.h b/libftp/ftplib.h
index 05bdf9e1..737d2ebf 100644
--- a/libftp/ftplib.h
+++ b/libftp/ftplib.h
@@ -119,6 +119,11 @@ GLOBALREF int FtpRename(const char *src, const char *dst, netbuf *nControl);
GLOBALREF int FtpDelete(const char *fnm, netbuf *nControl);
GLOBALREF void FtpQuit(netbuf *nControl);
+GLOBALREF int HttpConnect(const char *host, netbuf **nControl);
+GLOBALREF int HttpGet(const char *output, const char *path, int *size,
+ netbuf *nControl);
+GLOBALREF void HttpQuit(netbuf *nControl);
+
#ifdef __cplusplus
};
#endif