diff src/parse.h @ 5931:25da9a7d5f6d

[project @ 2006-08-16 06:52:19 by jwe]
author jwe
date Wed, 16 Aug 2006 06:52:19 +0000
parents faafc2d98b8d
children e64059303a6f
line wrap: on
line diff
--- a/src/parse.h	Tue Aug 15 06:06:16 2006 +0000
+++ b/src/parse.h	Wed Aug 16 06:52:19 2006 +0000
@@ -91,7 +91,10 @@
 
 extern std::string
 get_help_from_file (const std::string& nm, bool& symbol_found,
-		    bool include_file_info = false);
+		    std::string& file);
+
+extern std::string
+get_help_from_file (const std::string& nm, bool& symbol_found);
 
 extern std::string lookup_autoload (const std::string& nm);