11 lines
No EOL
253 B
C
11 lines
No EOL
253 B
C
#ifndef FILE_MANAHGER_H
|
|
#define FILE_MANAHGER_H
|
|
|
|
#include "conf.h"
|
|
|
|
void readConfs(ptConf confChain);
|
|
void readListeners(ptListener listenerChain);
|
|
void saveConf(ptConf confChain);
|
|
void saveListeners(ptListener listenerChain);
|
|
|
|
#endif // FILE_MANAHGER_H
|