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/block-parser.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'src/block-parser.h') diff --git a/src/block-parser.h b/src/block-parser.h index 0e94f73..b975ea8 100644 --- a/src/block-parser.h +++ b/src/block-parser.h @@ -15,12 +15,16 @@ * 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__BLOCK_PARSER_H__ +#define __CGG__BLOCK_PARSER_H__ #include #include -typedef struct BlockParser BlockParser; +G_BEGIN_DECLS + +typedef struct BlockParser BlockParser; BlockParser *block_parser_new (); @@ -62,3 +66,8 @@ gboolean block_parser_has_unused_data (BlockParser *parser, const gchar *key); * */ gchar * block_parser_read_and_parse (BlockParser *parser, FILE *stream); + + +G_END_DECLS + +#endif /* __CGG__BLOCK_PARSER_H__ */ -- cgit v1.2.3