ReactOS 0.4.15-dev-7924-g5949c20
cache.h
Go to the documentation of this file.
1/*
2 * ReactOS log2lines
3 * Written by Jan Roeloffzen
4 *
5 * - Image directory caching
6 */
7
8#pragma once
9
10int check_directory(int force);
11int read_cache(void);
12int create_cache(int force, int skipImageBase);
13int cleanable(char *path);
14
15/* EOF */
#define create_cache(iid)
Definition: domdoc.c:1230
int read_cache(void)
Definition: cache.c:157
int cleanable(char *path)
Definition: cache.c:72
int check_directory(int force)
Definition: cache.c:80