Create feed using entries from backend
[cascardo/atompub.git] / include / atompub / backend.h
index e242105..9a84f2f 100644 (file)
@@ -23,6 +23,7 @@
 #include <atompub/ctx.h>
 #include <atompub/entry.h>
 #include <atompub/iri.h>
+#include <atompub/feed.h>
 
 typedef struct _atom_backend AtomBackend;
 
@@ -34,6 +35,7 @@ void atom_backend_enumerate_entries_set (AtomBackend *,
                                         void (AtomCtx *, AtomEntry ***, size_t *));
 AtomEntry * atom_retrieve_resource (AtomCtx *, IRI *);
 void atom_enumerate_entries (AtomCtx *, AtomEntry ***, size_t *);
+AtomFeed * atom_retrieve_feed (AtomCtx *);
 AtomBackend * atom_backend (AtomCtx *);
 void atom_backend_set (AtomCtx *, AtomBackend *);