Add config.c and config.h
This commit is contained in:
17
src/config.c
Normal file
17
src/config.c
Normal file
@ -0,0 +1,17 @@
|
||||
/**
|
||||
* Necronda Web Server
|
||||
* Configuration file loader
|
||||
* src/config.c
|
||||
* Lorenz Stechauner, 2021-01-05
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
|
||||
int config_init() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int config_load() {
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user