Init state machine

FossilOrigin-Name: 05b6545a5e1640a5f904ba9c07dd2734df2dfd9ade87d4cfcaaee24bfdc6a638
This commit is contained in:
7u83@mail.ru
2018-05-04 11:37:53 +00:00
parent d1c04bc7fd
commit 7d1ef1ff01
4 changed files with 60 additions and 7 deletions

View File

@ -103,6 +103,10 @@ void wtplist_remove(struct wtpman * wtpman)
return;
}
struct connlist * wtplist_get_connlist(void)
{
return connlist;
}