summaryrefslogtreecommitdiff
path: root/valexpr.h
diff options
context:
space:
mode:
Diffstat (limited to 'valexpr.h')
-rw-r--r--valexpr.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/valexpr.h b/valexpr.h
index 461a8497..3d260d43 100644
--- a/valexpr.h
+++ b/valexpr.h
@@ -322,10 +322,11 @@ inline value_expr_t * parse_value_expr(const char * p,
void dump_value_expr(std::ostream& out, const value_expr_t * node,
const int depth = 0);
-unsigned long write_value_expr(std::ostream& out,
- const value_expr_t * node,
- const value_expr_t * node_to_find = NULL,
- unsigned long start_pos = 0UL);
+bool write_value_expr(std::ostream& out,
+ const value_expr_t * node,
+ const value_expr_t * node_to_find = NULL,
+ unsigned long * start_pos = NULL,
+ unsigned long * end_pos = NULL);
//////////////////////////////////////////////////////////////////////