From b2e1f11c6cfa3fa4a42586898cfe718b0b2c83cc Mon Sep 17 00:00:00 2001 From: nishi Date: Wed, 14 Feb 2024 05:34:53 +0000 Subject: [PATCH] forgot to add git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@216 d27a3e52-49c5-7645-884c-6793ebffc270 --- Library/NNTP.c | 13 +++++++++++++ Library/W3NNTP.h | 17 +++++++++++++++++ W3Version.h.p | 2 +- 3 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 Library/NNTP.c create mode 100644 Library/W3NNTP.h diff --git a/Library/NNTP.c b/Library/NNTP.c new file mode 100644 index 0000000..e97e801 --- /dev/null +++ b/Library/NNTP.c @@ -0,0 +1,13 @@ +/* $Id$ */ +#include "W3NNTP.h" + +#include "W3Core.h" +#include "W3DNS.h" +#include "W3Util.h" + +#include +#include + +extern int strcasecmp(const char* s1, const char* s2); + +void __W3_NNTP_Request(struct W3* w3) { __W3_Debug("LibW3-NNTP", "Sending the request"); } diff --git a/Library/W3NNTP.h b/Library/W3NNTP.h new file mode 100644 index 0000000..2d3bd53 --- /dev/null +++ b/Library/W3NNTP.h @@ -0,0 +1,17 @@ +/* $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 diff --git a/W3Version.h.p b/W3Version.h.p index 8108a55..1856d62 100644 --- a/W3Version.h.p +++ b/W3Version.h.p @@ -6,7 +6,7 @@ extern "C" { #endif -#define LIBW3_VERSION "2.12" \ +#define LIBW3_VERSION "2.12A" \ SUFFIX #ifdef __cplusplus -- 2.43.0