|
@@ -223,5 +223,7 @@ void print_expr(struct expr* exp);
|
|
/** joins to cfg file positions into a new one. */
|
|
/** joins to cfg file positions into a new one. */
|
|
void cfg_pos_join(struct cfg_pos* res,
|
|
void cfg_pos_join(struct cfg_pos* res,
|
|
struct cfg_pos* pos1, struct cfg_pos* pos2);
|
|
struct cfg_pos* pos1, struct cfg_pos* pos2);
|
|
|
|
+
|
|
|
|
+struct action *get_action_from_param(void **param, int param_no);
|
|
#endif
|
|
#endif
|
|
|
|
|