--- mqtt/inc/client.h 2011/12/13 08:43:51 1.1 +++ mqtt/inc/client.h 2011/12/13 08:43:51 1.1.2.1 @@ -0,0 +1,8 @@ +#ifndef __CLIENT_H +#define __CLIENT_H + + +int InitClient(void); + + +#endif