diff src/toplev.h @ 1613:f18871f4df2b

[project @ 1995-11-03 12:06:56 by jwe]
author jwe
date Fri, 03 Nov 1995 12:12:36 +0000
parents a77f2df21864
children 6708c53892c1
line wrap: on
line diff
--- a/src/toplev.h
+++ b/src/toplev.h
@@ -60,12 +60,18 @@
 // Guess what?
 extern char *the_current_working_directory;
 
+// The path that will be searched for programs that we execute.
+extern char *exec_path;
+
 // Load path specified on command line.
 extern char *load_path;
 
 // Name of the info file specified on command line.
 extern char *info_file;
 
+// Name of the info reader we'd like to use.
+extern char *info_prog;
+
 // Name of the editor to be invoked by the edit_history command.
 extern char *editor;