diff src/utils.h @ 8041:a14bdf90be55

Add a search for Contents.m files to the help function
author David Bateman <dbateman@free.fr>
date Tue, 19 Aug 2008 16:15:52 -0400
parents 82be108cc558
children eb63fbe60fab
line wrap: on
line diff
--- a/src/utils.h	Tue Aug 19 14:55:03 2008 -0400
+++ b/src/utils.h	Tue Aug 19 16:15:52 2008 -0400
@@ -64,6 +64,8 @@
 extern OCTINTERP_API std::string
 file_in_path (const std::string&, const std::string&);
 
+extern OCTINTERP_API std::string contents_file_in_path (const std::string&);
+
 extern OCTINTERP_API std::string fcn_file_in_path (const std::string&);
 extern OCTINTERP_API std::string oct_file_in_path (const std::string&);
 extern OCTINTERP_API std::string mex_file_in_path (const std::string&);