TCP and serial specific data structs renamed.

This commit is contained in:
jakubovsky
2012-07-06 11:29:46 +02:00
parent 78a6013d75
commit e70c07e8f3
5 changed files with 17 additions and 17 deletions

View File

@ -21,11 +21,11 @@
#include "mbus-protocol.h"
#include "mbus-protocol-aux.h"
typedef struct _mbus_tcp_handle
typedef struct _mbus_tcp_data
{
char *host;
int port;
} mbus_tcp_handle;
} mbus_tcp_data;
int mbus_tcp_connect(mbus_handle *handle);
int mbus_tcp_disconnect(mbus_handle *handle);