Documentation
This commit is contained in:
parent
f86c06684e
commit
8df489129a
@ -39,12 +39,6 @@
|
|||||||
#ifndef _GUACD_CLIENT_H
|
#ifndef _GUACD_CLIENT_H
|
||||||
#define _GUACD_CLIENT_H
|
#define _GUACD_CLIENT_H
|
||||||
|
|
||||||
/**
|
|
||||||
* Provides functions and structures required for defining (and handling) a proxy client.
|
|
||||||
*
|
|
||||||
* @file client.h
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The time to allow between sync responses in milliseconds. If a sync
|
* The time to allow between sync responses in milliseconds. If a sync
|
||||||
* instruction is sent to the client and no response is received within this
|
* instruction is sent to the client and no response is received within this
|
||||||
|
@ -35,8 +35,8 @@
|
|||||||
*
|
*
|
||||||
* ***** END LICENSE BLOCK ***** */
|
* ***** END LICENSE BLOCK ***** */
|
||||||
|
|
||||||
#ifndef _GUAC_THREAD_H
|
#ifndef _GUACD_THREAD_H
|
||||||
#define _GUAC_THREAD_H
|
#define _GUACD_THREAD_H
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Provides basic cross-platform threads.
|
* Provides basic cross-platform threads.
|
||||||
|
Loading…
Reference in New Issue
Block a user