--- /dev/null
+/* $Id$ */
+#include "W3NNTP.h"
+
+#include "W3Core.h"
+#include "W3DNS.h"
+#include "W3Util.h"
+
+#include <stdlib.h>
+#include <string.h>
+
+extern int strcasecmp(const char* s1, const char* s2);
+
+void __W3_NNTP_Request(struct W3* w3) { __W3_Debug("LibW3-NNTP", "Sending the request"); }
--- /dev/null
+/* $Id$ */
+#ifndef __W3NNTP_H__
+#define __W3NNTP_H__
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#include "W3Core.h"
+
+void __W3_NNTP_Request(struct W3* w3);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif
extern "C" {
#endif
-#define LIBW3_VERSION "2.12" \
+#define LIBW3_VERSION "2.12A" \
SUFFIX
#ifdef __cplusplus