X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=common-src%2Famxml.h;h=2f64b62426dbab646464c8fa3b9340ac892ff35f;hb=b116e9366c7b2ea2c2eb53b0a13df4090e176235;hp=a8954e46b63447d4fcfedf71ab0abd406cda1cfe;hpb=fd48f3e498442f0cbff5f3606c7c403d0566150e;p=debian%2Famanda diff --git a/common-src/amxml.h b/common-src/amxml.h index a8954e4..2f64b62 100644 --- a/common-src/amxml.h +++ b/common-src/amxml.h @@ -87,6 +87,8 @@ typedef struct a_dle_s { dle_t *alloc_dle(void); void init_dle(dle_t *dle); +void free_dle(dle_t *dle); +void free_script_data(script_t *script); dle_t *amxml_parse_node_CHAR(char *txt, char **errmsg); dle_t *amxml_parse_node_FILE(FILE *file, char **errmsg); char *amxml_format_tag(char *tag, char *value);