summaryrefslogtreecommitdiff
path: root/src/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/setup.h')
-rw-r--r--src/setup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/setup.h b/src/setup.h
index 16665c4..188191a 100644
--- a/src/setup.h
+++ b/src/setup.h
@@ -107,12 +107,12 @@ typedef struct {
/*
* find_setup_xml: try to find setup.xml in standard paths
*/
-gboolean find_setup_xml (TGallerySetup *setup);
+TGallerySetup * find_setup_xml ();
/*
* parse_setup_xml: XML parser for setup.xml file
*/
-gboolean parse_setup_xml (const gchar *filename, TGallerySetup *setup);
+TGallerySetup * parse_setup_xml (const gchar *filename);
/*
* free_setup_data: free allocated setup data