mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-11 13:59:18 +03:00
8 lines
133 B
C
8 lines
133 B
C
|
#ifndef GCACHE_H
|
||
|
#define GCACHE_H
|
||
|
|
||
|
void image_cache_destroy ();
|
||
|
GdkImlibImage *image_cache_load_image (char *file);
|
||
|
|
||
|
#endif
|