Moved guac_client_stop() back into libguac
This commit is contained in:
parent
5401ffd8e4
commit
7a18b397de
@ -79,8 +79,6 @@
|
||||
*/
|
||||
#define GUACD_USEC_TIMEOUT (GUACD_TIMEOUT*1000)
|
||||
|
||||
|
||||
void guac_client_stop(guac_client* client);
|
||||
int guac_start_client(guac_client* client);
|
||||
|
||||
#endif
|
||||
|
@ -62,10 +62,6 @@ void __guacd_sleep(int millis) {
|
||||
|
||||
}
|
||||
|
||||
void guac_client_stop(guac_client* client) {
|
||||
client->state = STOPPING;
|
||||
}
|
||||
|
||||
void* __guac_client_output_thread(void* data) {
|
||||
|
||||
guac_client* client = (guac_client*) data;
|
||||
|
Loading…
Reference in New Issue
Block a user