summaryrefslogtreecommitdiff
path: root/otk_c/gccache.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-12-21 12:27:05 +0000
committerDana Jansens <danakj@orodu.net>2002-12-21 12:27:05 +0000
commitcca7a6762d273815947bd5c7cc58ab6713693e8e (patch)
tree20cc9a6d29ddd54c0dea9bb71b6a8c25a95f6f01 /otk_c/gccache.h
parent925048fedfa855c5315e4951147d47b717637614 (diff)
shit to init the module
Diffstat (limited to 'otk_c/gccache.h')
-rw-r--r--otk_c/gccache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/otk_c/gccache.h b/otk_c/gccache.h
index ccd95524..d7318260 100644
--- a/otk_c/gccache.h
+++ b/otk_c/gccache.h
@@ -51,8 +51,8 @@ typedef struct OtkGCCache {
OtkGCCacheItem **cache;
} OtkGCCache;
-void OtkGCCache_Initialize(int screen_count);
-void OtkGCCache_Destroy();
+void OtkGCCache_Initialize();
+//void OtkGCCache_Destroy();
// cleans up the cache
void OtkGCCache_Purge();