diff src/parse.h @ 5484:2ff5363a16bd

[project @ 2005-10-06 17:12:12 by jwe]
author jwe
date Thu, 06 Oct 2005 17:12:13 +0000
parents 80c1aa832cb2
children 61d6cebd243b
line wrap: on
line diff
--- a/src/parse.h	Wed Oct 05 07:54:51 2005 +0000
+++ b/src/parse.h	Thu Oct 06 17:12:13 2005 +0000
@@ -92,7 +92,11 @@
 parse_and_execute (const std::string& s, bool verbose = false,
 		   const char *warn_for = 0);
 
-extern std::string get_help_from_file (const std::string& f);
+extern std::string
+get_help_from_file (const std::string& nm, bool& symbol_found,
+		    bool include_file_info = false);
+
+extern std::string lookup_autoload (const std::string& nm);
 
 extern bool
 load_fcn_from_file (const std::string& nm, bool exec_script);