Removed thread.*, using pthreads directly. More renaming of guac to guacd.
[guacd.git] / include / client.h
index b9dc3c3..25792bd 100644 (file)
@@ -79,6 +79,6 @@
  */
 #define GUACD_USEC_TIMEOUT (GUACD_TIMEOUT*1000)
 
-int guac_start_client(guac_client* client);
+int guacd_client_start(guac_client* client);
 
 #endif