absyntax_utils/function_call_param_iterator.hh
changeset 350 2c3c4dc34979
parent 279 c0453b7f99df
child 449 3c6225521059
--- a/absyntax_utils/function_call_param_iterator.hh	Mon Jul 11 09:47:27 2011 +0100
+++ b/absyntax_utils/function_call_param_iterator.hh	Fri Jul 29 16:03:28 2011 +0100
@@ -104,6 +104,7 @@
 
     /* Search for the value passed to the parameter named <param_name>...  */
     symbol_c *search_f(symbol_c *param_name);
+    symbol_c *search_f(const char *param_name);
 
     /* Returns the value being passed to the current parameter. */
     symbol_c *get_current_value(void);