diff options
Diffstat (limited to 'gopherfs.h')
-rw-r--r-- | gopherfs.h | 3 |
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; |