From: nishi Date: Fri, 26 Jan 2024 23:21:33 +0000 (+0000) Subject: gopher headers X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=ba3842e5d938f96d88eea05e7627d24ef621da37;p=libw3.git gopher headers git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@97 d27a3e52-49c5-7645-884c-6793ebffc270 --- diff --git a/Library/Gopher.c b/Library/Gopher.c new file mode 100644 index 0000000..3f64add --- /dev/null +++ b/Library/Gopher.c @@ -0,0 +1,5 @@ +/* $Id$ */ +#include "W3Gopher.h" + +void __W3_Gopher_Request(struct W3* w3) { +} diff --git a/Library/Makefile b/Library/Makefile index aba3248..d9977e5 100644 --- a/Library/Makefile +++ b/Library/Makefile @@ -1,7 +1,7 @@ # $Id$ .PHONY: clean install -OBJS = ./Core.o ./Util.o ./DNS.o ./HTTP.o ./File.o ./URL.o +OBJS = ./Core.o ./Util.o ./DNS.o ./HTTP.o ./Gopher.o ./File.o ./URL.o ifeq ($(WINDOWS),YES) ./w3.dll: $(OBJS) diff --git a/Library/W3Gopher.h b/Library/W3Gopher.h new file mode 100644 index 0000000..df1a742 --- /dev/null +++ b/Library/W3Gopher.h @@ -0,0 +1,17 @@ +/* $Id$ */ +#ifndef __W3GOPHER_H__ +#define __W3GOPHER_H__ + +#ifdef __cplusplus +extern "C" { +#endif + +#include "W3Core.h" + +void __W3_Gopher_Request(struct W3* w3); + +#ifdef __cplusplus +} +#endif + +#endif diff --git a/W3Version.h.p b/W3Version.h.p index 6f0feba..c8f982c 100644 --- a/W3Version.h.p +++ b/W3Version.h.p @@ -6,7 +6,7 @@ extern "C" { #endif -#define LIBW3_VERSION "1.5C" \ +#define LIBW3_VERSION "1.6" \ SUFFIX #ifdef __cplusplus