Added cache.c/.h
This commit is contained in:
11
src/cache.h
Normal file
11
src/cache.h
Normal file
@ -0,0 +1,11 @@
|
||||
/**
|
||||
* Necronda Web Server
|
||||
* File cache implementation (header file)
|
||||
* src/cache.h
|
||||
* Lorenz Stechauner, 2020-12-19
|
||||
*/
|
||||
|
||||
#ifndef NECRONDA_SERVER_CACHE_H
|
||||
#define NECRONDA_SERVER_CACHE_H
|
||||
|
||||
#endif //NECRONDA_SERVER_CACHE_H
|
Reference in New Issue
Block a user