| 180 | |
| 181 | |
| 182 | struct script_route_ref *get_on_negative(void) |
| 183 | { |
| 184 | struct script_route_ref *ref = goto_on_negative; |
| 185 | goto_on_negative = NULL; |
| 186 | return ref; |
| 187 | } |
| 188 | struct script_route_ref *get_on_reply(void) |
| 189 | { |
| 190 | struct script_route_ref *ref = goto_on_reply; |