From c8caea8a8510c31fc028501acf44734f48b8dc3b Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sun, 12 Dec 2010 15:51:06 +0100 Subject: Cleanup header defines --- src/generators.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/generators.h') diff --git a/src/generators.h b/src/generators.h index a6da10a..a890eb8 100644 --- a/src/generators.h +++ b/src/generators.h @@ -15,11 +15,15 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +#ifndef __CGG__GENERATORS_H__ +#define __CGG__GENERATORS_H__ + #include #include "setup.h" #include "items.h" +G_BEGIN_DECLS /* @@ -65,3 +69,8 @@ gboolean write_html_image (TGallerySetup *setup, const gchar *dst, TIndexItem *item, TAlbum *parent_items); + + +G_END_DECLS + +#endif /* __CGG__GENERATORS_H__ */ -- cgit v1.2.3