diff src/dirfns.h @ 2204:a24158362f9f

[project @ 1996-05-15 06:09:42 by jwe]
author jwe
date Wed, 15 May 1996 06:11:57 +0000 (1996-05-15)
parents 79595bdfdb1f
children 8b262e771614
line wrap: on
line diff
--- a/src/dirfns.h
+++ b/src/dirfns.h
@@ -32,6 +32,8 @@
 extern string make_absolute (const string&, const string&);
 extern string get_working_directory (const string&);
 
+extern string Vcurrent_directory;
+
 extern void symbols_of_dirfns (void);
 
 #endif