Added new functions for atom entry.
[cascardo/atompub.git] / include / atompub / entry.h
index a0806d9..0bf4253 100644 (file)
@@ -25,5 +25,8 @@
 typedef struct _atom_entry Atom;
 
 Atom * atom_new_data_len (char *, size_t);
+void atom_delete (Atom *);
+char * atom_string (Atom *);
+size_t atom_len (Atom *);
 
 #endif