commit
This commit is contained in:
parent
7ae2a6982e
commit
8cb20fda51
3 changed files with 33 additions and 1 deletions
5
main.c
5
main.c
|
@ -10,9 +10,12 @@ int main()
|
|||
ptListener listenerChain = newListenerChain();
|
||||
|
||||
readConfs(confChain);
|
||||
readListeners(listenerChain);
|
||||
|
||||
menu(confChain, listenerChain);
|
||||
|
||||
saveConf(confChain);
|
||||
saveListeners(listenerChain);
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue