mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-07-12 11:26:05 +02:00
8 lines
126 B
C
8 lines
126 B
C
#ifndef _FCACHE_H
|
|
#define _FCACHE_H 1
|
|
|
|
unsigned shash(const unsigned char *s);
|
|
bool file_available(const char *name);
|
|
|
|
#endif
|