X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fatompub.git;a=blobdiff_plain;f=include%2Fatompub%2Ffrontend.h;h=b04d8ecaabc216ef2769c364b7b72b46293f89fe;hp=06ff92cf661845e3142b991da5bac41687ec3176;hb=e11478bd007031c8bf5315764d16b604ad03fd6a;hpb=30502cf64707267390870055cd74f4811f3a3828 diff --git a/include/atompub/frontend.h b/include/atompub/frontend.h index 06ff92c..b04d8ec 100644 --- a/include/atompub/frontend.h +++ b/include/atompub/frontend.h @@ -29,8 +29,7 @@ void atom_frontend_delete (AtomFrontend *); void atom_frontend_map_entries_set (AtomFrontend *, void (AtomCtx *, char **, AtomEntry **, size_t)); -void atom_frontend_is_feed_set (AtomFrontend *, - int is_feed (AtomCtx *, char *)); +void atom_frontend_is_feed_set (AtomFrontend *, int (AtomCtx *, char *)); void atom_map_entries (AtomCtx *, char **, AtomEntry **, size_t); int atom_is_feed (AtomCtx *, char *); AtomFrontend * atom_frontend (AtomCtx *);