Functions to create new backend and usage of it in existing backends
[cascardo/atompub.git] / include / atompub / backend.h
index ef553d9..a76c7b8 100644 (file)
@@ -26,6 +26,9 @@
 
 typedef struct _atom_backend AtomBackend;
 
+AtomBackend *atom_backend_new (void);
+void atom_backend_retrieve_resource_set (AtomBackend *,
+                                        Atom * (AtomCtx *, IRI *));
 Atom * atom_retrieve_resource (AtomCtx *, IRI *);
 AtomBackend * atom_backend (AtomCtx *);
 void atom_backend_set (AtomCtx *, AtomBackend *);