mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Added file comment - necessary for Doxygen to pick up function definitions and typedefs
This commit is contained in:
@@ -24,6 +24,12 @@
|
||||
|
||||
#include "guacio.h"
|
||||
|
||||
/**
|
||||
* Provides functions and structures required for defining (and handling) a proxy client.
|
||||
*
|
||||
* @file client.h
|
||||
*/
|
||||
|
||||
typedef struct guac_client guac_client;
|
||||
|
||||
typedef void guac_client_handle_messages(guac_client* client);
|
||||
|
Reference in New Issue
Block a user