summaryrefslogtreecommitdiff
path: root/src/cr-lay-eng.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cr-lay-eng.h')
-rw-r--r--src/cr-lay-eng.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cr-lay-eng.h b/src/cr-lay-eng.h
index 2a410db..883f95d 100644
--- a/src/cr-lay-eng.h
+++ b/src/cr-lay-eng.h
@@ -29,6 +29,8 @@
#include "cr-utils.h"
#include "cr-stylesheet.h"
+G_BEGIN_DECLS
+
typedef struct _CRLayEngPriv CRLayEngPriv ;
typedef struct
@@ -49,4 +51,6 @@ cr_lay_eng_build_annotate_tree (CRLayEng *a_this,
void
cr_lay_eng_destroy (CRLayEng *a_this) ;
+G_END_DECLS
+
#endif /*__CR_LAYOUT_ENG_H__*/