summaryrefslogtreecommitdiff
path: root/src/gdfx.h
diff options
context:
space:
mode:
authorpierre <none@none>2006-04-05 15:54:20 +0000
committerpierre <none@none>2006-04-05 15:54:20 +0000
commit46da6312f6ba8f3a63f265e47271aaed7368f85d (patch)
treeb923597a3a96156f711b0df57fc70993a9ecc660 /src/gdfx.h
parentf7429314bfbee56bfcc314ecf38072e1a40186e1 (diff)
downloadlibgd-46da6312f6ba8f3a63f265e47271aaed7368f85d.tar.gz
- sync to 2.0.29
Diffstat (limited to 'src/gdfx.h')
-rw-r--r--src/gdfx.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gdfx.h b/src/gdfx.h
index 913989e..8b5aa27 100644
--- a/src/gdfx.h
+++ b/src/gdfx.h
@@ -1,3 +1,7 @@
+#ifdef __cplusplus
+extern "C" {
+#endif
+
#ifndef GDFX_H
#define GDFX_H 1
@@ -63,3 +67,7 @@ BGD_DECLARE(char *) gdImageStringFTCircle(
#endif /* GDFX_H */
+
+#ifdef __cplusplus
+}
+#endif