The frontend tells if a request is a feed or not
[cascardo/atompub.git] / include / atompub / frontend.h
index 7e9ecc0..06ff92c 100644 (file)
@@ -29,7 +29,10 @@ 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_map_entries (AtomCtx *, char **, AtomEntry **, size_t);
+int atom_is_feed (AtomCtx *, char *);
 AtomFrontend * atom_frontend (AtomCtx *);
 void atom_frontend_set (AtomCtx *, AtomFrontend *);