From 5145728f45d1a83ebe229ee38c4f2534a43c385f Mon Sep 17 00:00:00 2001
From: Thomas Bushnell <thomas@gnu.org>
Date: Thu, 5 Sep 1996 16:59:37 +0000
Subject: *** empty log message ***

---
 libdiskfs/diskfs.h | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

(limited to 'libdiskfs/diskfs.h')

diff --git a/libdiskfs/diskfs.h b/libdiskfs/diskfs.h
index fe8374de..450e6e2e 100644
--- a/libdiskfs/diskfs.h
+++ b/libdiskfs/diskfs.h
@@ -203,11 +203,13 @@ extern struct node *diskfs_root_node;
    filesystem server. */
 extern char *diskfs_server_name;
 
-/* The user must define these variables.  Set these to be the major, minor,
-   and edit version numbers.  */
-extern int diskfs_major_version;
-extern int diskfs_minor_version;
-extern int diskfs_edit_version;
+/* The user must define this variables.  Set this to be the server
+   version number.  */
+extern char *diskfs_server_version;
+
+/* The user may define this variable.  Set this to be any additional
+   version specification that should be printed for --version. */
+extern char *diskfs_extra_version;
 
 /* The user may define this variable.  This should be nonzero iff the
    filesystem format supports shortcutting symlink translation.
-- 
cgit v1.2.3