add new network json msg, fix a lot of memory leaks, etc. ...

This commit is contained in:
PolynomialDivision 2017-12-13 01:41:36 +01:00
parent 8edfad21b5
commit 59999d7b0f
3 changed files with 144 additions and 43 deletions

View file

@ -36,4 +36,8 @@ void update_hostapd_sockets(struct uloop_timeout *t);
void add_client_update_timer(time_t time);
int handle_network_msg(char* msg);
int send_blob_attr_via_network(struct blob_attr *msg, char* method);
#endif