Enumerate entries at the start of the program
[cascardo/atompub.git] / src / main.c
index 20ba70f..4368fb4 100644 (file)
@@ -43,6 +43,7 @@ main (int argc, char **argv)
       g_message ("%s\n", atom_error_message (error));
       exit (1);
     }
+  atom_backend_enumerate_entries (ctx, NULL, NULL, NULL);
   cgi_serve_request (ctx);
   atom_ctx_delete (ctx);
   return 0;