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

@ -14,6 +14,6 @@ extern void wtplist_remove(struct wtpman * wtpman);
extern void wtplist_lock();
extern void wtplist_unlock();
extern struct wtpman * wtplist_get_by_session_id(uint8_t *session_id);
struct connlist * wtplist_get_connlist(void);
#endif