Renamed retrieve_resource to retrieve_entry
[cascardo/atompub.git] / include / atompub / backend.h
index 9a84f2f..3a41899 100644 (file)
@@ -29,11 +29,11 @@ typedef struct _atom_backend AtomBackend;
 
 AtomBackend *atom_backend_new (void);
 void atom_backend_delete (AtomBackend *);
-void atom_backend_retrieve_resource_set (AtomBackend *,
-                                        AtomEntry * (AtomCtx *, IRI *));
+void atom_backend_retrieve_entry_set (AtomBackend *,
+                                     AtomEntry * (AtomCtx *, IRI *));
 void atom_backend_enumerate_entries_set (AtomBackend *,
                                         void (AtomCtx *, AtomEntry ***, size_t *));
-AtomEntry * atom_retrieve_resource (AtomCtx *, IRI *);
+AtomEntry * atom_retrieve_entry (AtomCtx *, IRI *);
 void atom_enumerate_entries (AtomCtx *, AtomEntry ***, size_t *);
 AtomFeed * atom_retrieve_feed (AtomCtx *);
 AtomBackend * atom_backend (AtomCtx *);