diff options
Diffstat (limited to 'src/items.h')
| -rw-r--r-- | src/items.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/items.h b/src/items.h index ffad086..d1ef7d8 100644 --- a/src/items.h +++ b/src/items.h @@ -82,7 +82,7 @@ typedef struct { /* * parse_album_xml: XML parser for gallery index.xml files */ -gboolean parse_album_xml (const gchar *filename, TAlbum *index); +TAlbum * parse_album_xml (const gchar *filename); /* * free_album_data: free allocated album data |
