X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fatompub.git;a=blobdiff_plain;f=include%2Fatompub%2Fbackend.h;h=93a147a760ca29c38893b3b75da2b5ba7470aeda;hp=d608800924beb152588679707214f5e677add0cf;hb=dd4b3d257f73f1f464e0e7ffb299b01444c62df0;hpb=5e0b46512db1307562af23db7ea1a1c5f6655472 diff --git a/include/atompub/backend.h b/include/atompub/backend.h index d608800..93a147a 100644 --- a/include/atompub/backend.h +++ b/include/atompub/backend.h @@ -30,11 +30,11 @@ typedef struct _atom_backend AtomBackend; AtomBackend *atom_backend_new (void); void atom_backend_delete (AtomBackend *); void atom_backend_retrieve_entry_set (AtomBackend *, - AtomEntry * (AtomCtx *, AtomID *)); + AtomEntry * (AtomCtx *, char *)); void atom_backend_enumerate_entries_set (AtomBackend *, void (AtomCtx *, char ***, AtomEntry ***, size_t *)); -AtomEntry * atom_retrieve_entry (AtomCtx *, AtomID *); +AtomEntry * atom_retrieve_entry (AtomCtx *, char *); void atom_enumerate_entries (AtomCtx *, char ***, AtomEntry ***, size_t *); AtomFeed * atom_retrieve_feed (AtomCtx *); AtomBackend * atom_backend (AtomCtx *);