summaryrefslogtreecommitdiff
path: root/libs/xml.c/src/xml.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/xml.c/src/xml.h')
-rw-r--r--libs/xml.c/src/xml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/xml.c/src/xml.h b/libs/xml.c/src/xml.h
index 65a7b9f..ef8d55c 100644
--- a/libs/xml.c/src/xml.h
+++ b/libs/xml.c/src/xml.h
@@ -64,7 +64,7 @@ struct xml_string;
* @return The parsed xml fragment iff parsing was successful, 0 otherwise
*/
struct xml_document* xml_parse_document(uint8_t* buffer, size_t length);
-
+bool xml_string_is_valid(uint8_t* buffer, size_t length);
/**