summaryrefslogtreecommitdiff
path: root/pango/pango-coverage.h
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pango-coverage.h')
-rw-r--r--pango/pango-coverage.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/pango/pango-coverage.h b/pango/pango-coverage.h
index a10eb4cb..0ebe4fb6 100644
--- a/pango/pango-coverage.h
+++ b/pango/pango-coverage.h
@@ -24,9 +24,7 @@
#include <glib.h>
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
+G_BEGIN_DECLS
typedef struct _PangoCoverage PangoCoverage;
@@ -55,12 +53,6 @@ void pango_coverage_to_bytes (PangoCoverage *coverage,
PangoCoverage *pango_coverage_from_bytes (guchar *bytes,
int n_bytes);
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
+G_END_DECLS
#endif /* __PANGO_COVERAGE_H__ */
-
-
-
-