Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / sdk / tools / log2lines / cache.h
1 /*
2 * ReactOS log2lines
3 * Written by Jan Roeloffzen
4 *
5 * - Image directory caching
6 */
7
8 #pragma once
9
10 int check_directory(int force);
11 int read_cache(void);
12 int create_cache(int force, int skipImageBase);
13 int cleanable(char *path);
14
15 /* EOF */