onig_callout_tag_table_free(ext->tag_table);
if (IS_NOT_NULL(ext->callout_list))
- onig_free_callout_list(ext->callout_num, ext->callout_list);
+ onig_free_reg_callout_list(ext->callout_num, ext->callout_list);
#endif
xfree(ext);
extern OnigCalloutFunc onig_get_callout_start_func_from_name_id(int id);
extern OnigCalloutFunc onig_get_callout_end_func_from_name_id(int id);
extern int onig_callout_tag_table_free(void* table);
-extern void onig_free_callout_list(int n, CalloutListEntry* list);
+extern void onig_free_reg_callout_list(int n, CalloutListEntry* list);
extern CalloutListEntry* onig_reg_callout_list_at(regex_t* reg, int num);
#endif
#ifdef USE_CALLOUT
extern void
-onig_free_callout_list(int n, CalloutListEntry* list)
+onig_free_reg_callout_list(int n, CalloutListEntry* list)
{
int i;
int j;