--- /dev/null
+/* $Id$ */
+#include "W3FTP.h"
+
+#include "W3Core.h"
+#include "W3Util.h"
+
+#include <stdlib.h>
+#include <string.h>
+
+void __W3_FTP_Request(struct W3* w3) {
+ __W3_Debug("LibW3-FTP", "Sending the request");
+}
# $Id$
.PHONY: clean install
-OBJS = ./Core.o ./Util.o ./DNS.o ./HTTP.o ./Gopher.o ./POP3.o ./Finger.o ./File.o ./Nex.o ./URL.o ./Tag.o
+OBJS = ./Core.o ./Util.o ./DNS.o ./HTTP.o ./Gopher.o ./POP3.o ./Finger.o ./File.o ./Nex.o ./FTP.o ./URL.o ./Tag.o
ifeq ($(TCL),YES)
OBJS += ./Tcl.o
--- /dev/null
+/* $Id$ */
+#ifndef __W3FTP_H__
+#define __W3FTP_H__
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#include "W3Core.h"
+
+void __W3_FTP_Request(struct W3* w3);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif
extern "C" {
#endif
-#define LIBW3_VERSION "2.10A" \
+#define LIBW3_VERSION "2.11" \
SUFFIX
#ifdef __cplusplus