absyntax_utils/function_param_iterator.hh
changeset 448 1bd18fc06911
parent 424 43d73e28eca8
child 662 b1b11dd09a54
--- a/absyntax_utils/function_param_iterator.hh	Fri Feb 17 19:47:58 2012 +0000
+++ b/absyntax_utils/function_param_iterator.hh	Sat Feb 18 21:03:01 2012 +0000
@@ -146,6 +146,7 @@
      * of the found parameter.
      */
     identifier_c *search(symbol_c *param_name);
+    identifier_c *search(const char *param_name);
 
     /* Returns the currently referenced parameter's default value,
      * or NULL if none is specified in the function declrataion itself.