mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
16 lines
244 B
C
16 lines
244 B
C
/*
|
|
* ReactOS log2lines
|
|
* Written by Jan Roeloffzen
|
|
*
|
|
* - Image directory caching
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
int check_directory(int force);
|
|
int read_cache(void);
|
|
int create_cache(int force, int skipImageBase);
|
|
int cleanable(char *path);
|
|
|
|
/* EOF */
|