mirror of https://github.com/MidnightCommander/mc
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
|