From 2c079eaae47bc35852bb796b6a7582b56c799e16 Mon Sep 17 00:00:00 2001 From: Manuel Menal Date: Tue, 11 Apr 2006 12:12:20 +0000 Subject: Applied patch from Ben Asselstine: added a new option to specify a port. --- gopherfs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gopherfs.h') diff --git a/gopherfs.h b/gopherfs.h index a6b4b369d..d71037a1c 100644 --- a/gopherfs.h +++ b/gopherfs.h @@ -30,7 +30,8 @@ #include #include - +#define GOPHER_SERVER_NAME "gopherfs" +#define GOPHER_SERVER_VERSION "0.1.2" /* declaration of global config parapeters */ extern char *gopherfs_root_server; extern unsigned short gopherfs_root_port; -- cgit v1.2.3