summaryrefslogtreecommitdiff
path: root/gopherfs.h
diff options
context:
space:
mode:
authorManuel Menal <mmenal@hurdfr.org>2006-04-11 12:12:20 +0000
committerManuel Menal <mmenal@hurdfr.org>2006-04-11 12:12:20 +0000
commit2c079eaae47bc35852bb796b6a7582b56c799e16 (patch)
tree15a9d967c136eb98d454390530c352edba323912 /gopherfs.h
parentea5e87f241d05d99cc376ea34d8105de8dc174c8 (diff)
Applied patch from Ben Asselstine: added a new option to specify a port.
Diffstat (limited to 'gopherfs.h')
-rw-r--r--gopherfs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gopherfs.h b/gopherfs.h
index a6b4b369d..d71037a1c 100644
--- a/gopherfs.h
+++ b/gopherfs.h
@@ -30,7 +30,8 @@
#include <netdb.h>
#include <hurd/hurd_types.h>
-
+#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;