| 17774:fdb76fddd16a | 17775:1df27cab581c |
|---|---|
| 250 * @return A new copy of the src node. | 250 * @return A new copy of the src node. |
| 251 */ | 251 */ |
| 252 xmlnode *xmlnode_copy(const xmlnode *src); | 252 xmlnode *xmlnode_copy(const xmlnode *src); |
| 253 | 253 |
| 254 /** | 254 /** |
| 255 * Frees a node and all of it's children. | 255 * Frees a node and all of its children. |
| 256 * | 256 * |
| 257 * @param node The node to free. | 257 * @param node The node to free. |
| 258 */ | 258 */ |
| 259 void xmlnode_free(xmlnode *node); | 259 void xmlnode_free(xmlnode *node); |
| 260 | 260 |