From a4795842382a1f3dba5e9dc0b8df341747bd21c5 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Fri, 25 Nov 2011 22:15:53 -0800 Subject: [PATCH] Documentation --- include/client.h | 6 ------ include/thread.h | 4 ++-- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/include/client.h b/include/client.h index 495940a..0b1f588 100644 --- a/include/client.h +++ b/include/client.h @@ -40,12 +40,6 @@ #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 * instruction is sent to the client and no response is received within this * timeframe, server messages will not be handled until a sync instruction is diff --git a/include/thread.h b/include/thread.h index b0493de..17fc660 100644 --- a/include/thread.h +++ b/include/thread.h @@ -35,8 +35,8 @@ * * ***** END LICENSE BLOCK ***** */ -#ifndef _GUAC_THREAD_H -#define _GUAC_THREAD_H +#ifndef _GUACD_THREAD_H +#define _GUACD_THREAD_H /** * Provides basic cross-platform threads. -- 1.7.10.4