From e11478bd007031c8bf5315764d16b604ad03fd6a Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Sun, 12 Oct 2008 23:29:06 -0300 Subject: [PATCH] Removed parameter name from header --- include/atompub/frontend.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 *); -- 2.20.1