diff options
Diffstat (limited to 'src/include/xml/xml.h')
-rw-r--r-- | src/include/xml/xml.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/xml/xml.h b/src/include/xml/xml.h index 4ee80b7..d64c61b 100644 --- a/src/include/xml/xml.h +++ b/src/include/xml/xml.h @@ -20,7 +20,7 @@ typedef struct { /* decode: decodes the provided xml statement into a map_t */ -map_t *decode(char *xml, int *len); +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); |