Added a tooltip like feature to display variables' labels when the mouse hovers
[pspp-builds.git] / src / libpspp / version.h
index 35ba707b55f60a149414f4edb730e1487d774967..d2c0fe0a9ddbb49092f5f8ffaa89fa0f2dcc4a89 100644 (file)
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <blp@gnu.org>.
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
@@ -42,10 +41,10 @@ extern const char default_config_path[];
 /* Include path. */
 extern const char include_path[];
 
-/* Font path. */
-extern const char groff_font_path[];
-
 /* Locale directory. */
 extern const char locale_dir[];
 
+/* From the AUTHORS file */
+extern const char *const authors[];
+
 #endif /* !version_h */