This commit is contained in:
Lukian 2023-11-20 17:54:34 +01:00
parent 7ae2a6982e
commit 8cb20fda51
3 changed files with 33 additions and 1 deletions

View file

@ -4,6 +4,7 @@
#include "conf.h"
void readConfs(ptConf confChain);
void readListeners(ptListener listenerChain);
void saveConf(ptConf confChain);
void saveListeners(ptListener listenerChain);