diff src/pt-misc.h @ 2942:026f342c2019

[project @ 1997-05-08 02:20:57 by jwe]
author jwe
date Thu, 08 May 1997 02:28:50 +0000
parents 8bb31a2b480b
children ef3379196bcf
line wrap: on
line diff
--- a/src/pt-misc.h	Thu May 08 02:17:52 1997 +0000
+++ b/src/pt-misc.h	Thu May 08 02:28:50 1997 +0000
@@ -29,6 +29,8 @@
 
 class ostream;
 
+class string_vector;
+
 class octave_value_list;
 class octave_value;
 class tree_command;
@@ -169,6 +171,8 @@
 
   octave_value_list convert_to_const_vector (void);
 
+  string_vector get_arg_names (void) const;
+
   void accept (tree_walker& tw);
 };