free_auxdata() added to mbus_handle interface for freeing context specific data

This commit is contained in:
jakubovsky
2012-07-04 19:08:51 +02:00
parent 645e5eb482
commit 34255c7237
6 changed files with 49 additions and 0 deletions

View File

@ -31,6 +31,7 @@ int mbus_tcp_connect(mbus_handle *handle);
int mbus_tcp_disconnect(mbus_handle *handle);
int mbus_tcp_send_frame(mbus_handle *handle, mbus_frame *frame);
int mbus_tcp_recv_frame(mbus_handle *handle, mbus_frame *frame);
void mbus_tcp_data_free(mbus_handle *handle);
#endif /* MBUS_TCP_H */