summaryrefslogtreecommitdiff
path: root/src/gdcache.h
diff options
context:
space:
mode:
authorpierre <none@none>2006-04-05 15:52:22 +0000
committerpierre <none@none>2006-04-05 15:52:22 +0000
commitb77f755a6411d540172454e838cc9cbecd12d168 (patch)
tree07d0c95ba4f65deefd443df35a2d5db981f679b3 /src/gdcache.h
parentb7edc0573cb9dd6e8a3c219517431944aaf20153 (diff)
downloadlibgd-b77f755a6411d540172454e838cc9cbecd12d168.tar.gz
- sync to 2.0.24
Diffstat (limited to 'src/gdcache.h')
-rw-r--r--src/gdcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdcache.h b/src/gdcache.h
index b85ddaa..549e224 100644
--- a/src/gdcache.h
+++ b/src/gdcache.h
@@ -80,6 +80,6 @@ gdCache_head_t *gdCacheCreate (int size,
gdCacheFetchFn_t gdCacheFetch,
gdCacheReleaseFn_t gdCacheRelease);
- BGD_EXPORT void gdCacheDelete (gdCache_head_t * head);
+void gdCacheDelete (gdCache_head_t * head);
void *gdCacheGet (gdCache_head_t * head, void *keydata);