Rename free procedures
This commit is contained in:
@@ -50,8 +50,7 @@ typedef struct _regex_term {
|
||||
};
|
||||
} regex_term_t;
|
||||
|
||||
void regex_free_children(const regex_t *t);
|
||||
void regex_free_sequence_children(const regex_sequence_t *s);
|
||||
void regex_free_class_children(const regex_class_t *c);
|
||||
void regex_free(const regex_t *t);
|
||||
void regex_class_free(const regex_class_t *c);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user