Finished chaging some Atom into AtomEntry types
[cascardo/atompub.git] / backend / files / giochannel.c
index cfce2f2..0cc9588 100644 (file)
@@ -31,7 +31,7 @@ giochannel_iri_to_filename (AtomCtx *ctx, IRI *iri)
   return filename;
 }
 
-static Atom *
+static AtomEntry *
 giochannel_atom_retrieve_resource (AtomCtx *ctx, IRI *iri)
 {
   gchar *filename;
@@ -39,7 +39,7 @@ giochannel_atom_retrieve_resource (AtomCtx *ctx, IRI *iri)
   GError *error = NULL;
   gchar *data;
   gsize len;
-  Atom *atom;
+  AtomEntry *atom;
   filename = giochannel_iri_to_filename (ctx, iri);
   channel = g_io_channel_new_file ((const gchar *) filename, "r", &error);
   g_free (filename);