From: Thadeu Lima de Souza Cascardo Date: Mon, 13 Oct 2008 02:29:06 +0000 (-0300) Subject: Removed parameter name from header X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fatompub.git;a=commitdiff_plain;h=e11478bd007031c8bf5315764d16b604ad03fd6a Removed parameter name from header --- 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 *);