summaryrefslogtreecommitdiff
path: root/src/gdfontg.h
diff options
context:
space:
mode:
authorpierre <none@none>2006-04-05 15:38:05 +0000
committerpierre <none@none>2006-04-05 15:38:05 +0000
commit0b986ddde7bd73108d74538d30e324aa19423daa (patch)
tree54870a319bb3b851cdd0cf27b8c321d23fe32471 /src/gdfontg.h
parentcc33b004a846cd8d5f982e730436354d41155258 (diff)
downloadlibgd-0b986ddde7bd73108d74538d30e324aa19423daa.tar.gz
- sync to 1.7.0GD_1_7_0
Diffstat (limited to 'src/gdfontg.h')
-rw-r--r--src/gdfontg.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gdfontg.h b/src/gdfontg.h
index 965f6c7..a70f266 100644
--- a/src/gdfontg.h
+++ b/src/gdfontg.h
@@ -2,6 +2,10 @@
#ifndef _GDFONTG_H_
#define _GDFONTG_H_ 1
+#ifdef __cplusplus
+extern "C" {
+#endif
+
/*
This is a header file for gd font, generated using
bdftogd version 0.51 by Jan Pazdziora, adelton@fi.muni.cz
@@ -17,5 +21,9 @@
extern gdFontPtr gdFontGiant;
+#ifdef __cplusplus
+}
+#endif
+
#endif