diff liboctave/file-ops.h @ 7272:05ee52d7fad6

[project @ 2007-12-10 07:06:00 by jwe]
author jwe
date Mon, 10 Dec 2007 07:06:01 +0000
parents a1dbe9d80eee
children a2ab20ba78f7
line wrap: on
line diff
--- a/liboctave/file-ops.h	Mon Dec 10 06:52:51 2007 +0000
+++ b/liboctave/file-ops.h	Mon Dec 10 07:06:01 2007 +0000
@@ -86,6 +86,8 @@
 
   static bool is_dir_sep (char);
 
+  static std::string concat (const std::string&, const std::string&);
+
   static char dir_sep_char;
   static std::string dir_sep_str;
   static std::string dir_sep_chars;