summaryrefslogtreecommitdiff
path: root/src/gdcache.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
commit41825ac8b05061e4ea3503cf9700cc83daa52f58 (patch)
tree1728c63e58f4bd3c7fb0d54ff78b3bed29797901 /src/gdcache.h
parenteeb94db2f22aaad7f92acfd3fed003ae1f04f1ec (diff)
downloadlibgd-41825ac8b05061e4ea3503cf9700cc83daa52f58.tar.gz
- sync to 2.0.29
Diffstat (limited to 'src/gdcache.h')
-rw-r--r--src/gdcache.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gdcache.h b/src/gdcache.h
index 549e224..590c8d9 100644
--- a/src/gdcache.h
+++ b/src/gdcache.h
@@ -1,3 +1,7 @@
+#ifdef __cplusplus
+extern "C" {
+#endif
+
/*
* gdcache.h
*
@@ -83,3 +87,7 @@ gdCache_head_t *gdCacheCreate (int size,
void gdCacheDelete (gdCache_head_t * head);
void *gdCacheGet (gdCache_head_t * head, void *keydata);
+
+#ifdef __cplusplus
+}
+#endif