Added get_request function to the frontend
[cascardo/atompub.git] / include / atompub / frontend.h
index b04d8ec..e3b97d5 100644 (file)
@@ -30,8 +30,11 @@ void atom_frontend_map_entries_set (AtomFrontend *,
                                    void (AtomCtx *, char **,
                                          AtomEntry **, size_t));
 void atom_frontend_is_feed_set (AtomFrontend *, int (AtomCtx *, char *));
+void atom_frontend_get_request_set (AtomFrontend *,
+                                   AtomRequest * (AtomCtx *));
 void atom_map_entries (AtomCtx *, char **, AtomEntry **, size_t);
 int atom_is_feed (AtomCtx *, char *);
+AtomRequest * atom_get_request (AtomCtx *);
 AtomFrontend * atom_frontend (AtomCtx *);
 void atom_frontend_set (AtomCtx *, AtomFrontend *);