ac compiles w/o warnings
This commit is contained in:
@ -13,7 +13,7 @@ extern struct wtpman * wtplist_add(struct wtpman * wtpman);
|
||||
extern void wtplist_remove(struct wtpman * wtpman);
|
||||
extern void wtplist_lock();
|
||||
extern void wtplist_unlock();
|
||||
extern struct wtpman * wtplist_get_by_session_id(bstr16_t *session_id);
|
||||
extern struct wtpman * wtplist_get_by_session_id(bstr16_t session_id);
|
||||
struct connlist * wtplist_get_connlist(void);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user