From 3e213519e67c3f9665a4eb1635f5ef37d7171809 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sun, 12 Dec 2010 13:40:22 +0100 Subject: setup: Code cleanup --- src/setup.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/setup.h') 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 -- cgit v1.2.3