mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-14 02:15:10 +00:00
[ADD/MOD] XMPP->Matrix media bridge, small cleanup
This commit is contained in:
parent
4de7227ee7
commit
42d69226f0
14 changed files with 327 additions and 54 deletions
|
|
@ -64,6 +64,7 @@ extern void XMLAddAttr(XMLElement *element, char *key, char *val);
|
|||
extern void XMLAddChild(XMLElement *element, XMLElement *child);
|
||||
|
||||
extern XMLElement * XMLookForUnique(XMLElement *parent, char *tag);
|
||||
extern XMLElement * XMLookForTKV(XMLElement *parent, char *tag, char *k, char *v);
|
||||
|
||||
/* Frees an XML element properly. */
|
||||
extern void XMLFreeElement(XMLElement *element);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue