diff liboctave/pathsearch.h @ 4242:4d3994172bd5

[project @ 2002-12-26 22:06:10 by jwe]
author jwe
date Thu, 26 Dec 2002 22:06:30 +0000
parents 5eef8a2294bd
children 7d48a8fba1d4
line wrap: on
line diff
--- a/liboctave/pathsearch.h	Thu Dec 26 00:24:10 2002 +0000
+++ b/liboctave/pathsearch.h	Thu Dec 26 22:06:30 2002 +0000
@@ -72,6 +72,9 @@
 
   string_vector find_all (const std::string&);
 
+  std::string find_first_of (const string_vector& names);
+  string_vector find_all_first_of (const string_vector& names);
+
   static void set_program_name (const std::string&);
 
   void rehash (void)