Return to client.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / mqtt / inc |
version 1.1.2.1, 2011/12/13 08:43:51 | version 1.1.2.5, 2012/01/05 10:01:58 |
---|---|
Line 3 | Line 3 |
int InitClient(void); | int InitClient(void); |
int ConnectClient(int); | |
int CloseClient(int); | |
int KAClient(int); | |
void *OpenFile(void); | |
void CloseFile(void); | |
#endif | #endif |