From 0575736fd33a60796ce29c0241da2492363fe24d Mon Sep 17 00:00:00 2001 From: bpc2003 Date: Sun, 18 May 2025 18:11:14 -0400 Subject: Added attribute parsing to decoder --- src/include/xml/xml.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/xml/xml.h') diff --git a/src/include/xml/xml.h b/src/include/xml/xml.h index d64c61b..ff64796 100644 --- a/src/include/xml/xml.h +++ b/src/include/xml/xml.h @@ -25,5 +25,7 @@ map_t *decode(char *xml, int *pos, int *len); /* encode: encodes the provided map_t into a xml statement */ char *encode(map_t *map, int len); +/* freemap: frees a map and its children */ +void freemap(map_t *map); #endif -- cgit v1.2.3