Initialize all frontend functions when creating a new frontend
[cascardo/atompub.git] / atom / frontend.c
index 64d33d5..b634c38 100644 (file)
@@ -41,6 +41,9 @@ atom_frontend_new ()
   frontend->map_entries = NULL;
   frontend->is_feed = NULL;
   frontend->get_request = NULL;
+  frontend->handle_error = NULL;
+  frontend->handle_entry = NULL;
+  frontend->handle_feed = NULL;
   return frontend;
 }