diff liboctave/str-vec.h @ 4392:dd108fa566fa

[project @ 2003-04-26 17:00:24 by jwe]
author jwe
date Sat, 26 Apr 2003 17:00:24 +0000
parents c20a1e67cef6
children 7b957b442818
line wrap: on
line diff
--- a/liboctave/str-vec.h
+++ b/liboctave/str-vec.h
@@ -93,6 +93,10 @@
 
   string_vector& uniq (void);
 
+  string_vector& append (const std::string& s);
+
+  string_vector& append (const string_vector& sv);
+
   char **c_str_vec (void) const;
 
   static void delete_c_str_vec (const char * const*);