diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2010-12-12 15:51:06 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2010-12-12 15:51:06 +0100 |
| commit | c8caea8a8510c31fc028501acf44734f48b8dc3b (patch) | |
| tree | f6d33dd4953c43b42d1d962223a0d05384b5e1a1 /src/setup.h | |
| parent | 1089f1fcf55591dd4b5d47ee963bfe0e24cf9ad5 (diff) | |
| download | cataract-c8caea8a8510c31fc028501acf44734f48b8dc3b.tar.xz | |
Cleanup header defines
Diffstat (limited to 'src/setup.h')
| -rw-r--r-- | src/setup.h | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/src/setup.h b/src/setup.h index 188191a..3bc3b3f 100644 --- a/src/setup.h +++ b/src/setup.h @@ -15,12 +15,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef __SETUP_H__ -#define __SETUP_H__ - +#ifndef __CGG__SETUP_H__ +#define __CGG__SETUP_H__ #include <glib.h> +G_BEGIN_DECLS + /* Directory names */ #define DEFAULT_THUMBNAIL_DIR "_thumb" @@ -123,7 +124,9 @@ void free_setup_data (TGallerySetup *setup); * find_templates_directory: absolute/relative path checks, trying to find templates directory * - returned string should be freed */ -gchar *find_templates_directory (TGallerySetup *setup); +gchar * find_templates_directory (TGallerySetup *setup); + +G_END_DECLS -#endif /* __SETUP_H__ */ +#endif /* __CGG__SETUP_H__ */ |
