Documentation
authorMichael Jumper <zhangmaike@users.sourceforge.net>
Sat, 26 Nov 2011 06:15:53 +0000 (22:15 -0800)
committerMichael Jumper <zhangmaike@users.sourceforge.net>
Sat, 26 Nov 2011 06:15:53 +0000 (22:15 -0800)
include/client.h
include/thread.h

index 495940a..0b1f588 100644 (file)
 #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
index b0493de..17fc660 100644 (file)
@@ -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.