1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-05-28 13:38:19 +00:00
reactos/sdk/tools/log2lines/cache.h

15 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 */