mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +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 */
|