Client: add WriteString()
This commit is contained in:
@@ -109,6 +109,11 @@ public:
|
||||
|
||||
bool Write(const void *data, size_t length);
|
||||
|
||||
/**
|
||||
* Write a null-terminated string.
|
||||
*/
|
||||
bool Write(const char *data);
|
||||
|
||||
/**
|
||||
* returns the uid of the client process, or a negative value
|
||||
* if the uid is unknown
|
||||
|
||||
Reference in New Issue
Block a user