pull/14/head
Tom Early 7 years ago
parent 82448a77bd
commit d660499a8f

@ -42,7 +42,7 @@ public:
bool open(const std::string &address, int family, const std::string &port); bool open(const std::string &address, int family, const std::string &port);
bool open(); bool open();
int readExact(unsigned buf *char, unsigned int length); int readExact(unsigned char *buf, unsigned int length);
int read(unsigned char *buffer, unsigned int length); int read(unsigned char *buffer, unsigned int length);
int readLine(std::string &line); int readLine(std::string &line);
bool write(const unsigned char* buffer, unsigned int length); bool write(const unsigned char* buffer, unsigned int length);

Loading…
Cancel
Save

Powered by TurnKey Linux.