]> git.cworth.org Git - ttt/blobdiff - src/ttt.h
2005-11-15 Carl Worth <cworth@cworth.org>
[ttt] / src / ttt.h
index aaa1ed0ab4d524bd4ec7468916e315a0173acc20..c3e8c5c25fa88abb9c1b91df910ebc889bc7f536 100644 (file)
--- a/src/ttt.h
+++ b/src/ttt.h
@@ -69,4 +69,7 @@ typedef enum {
     TTT_STATUS_EOF
 } ttt_status_t;
 
     TTT_STATUS_EOF
 } ttt_status_t;
 
+typedef struct _ttt_server ttt_server_t;
+typedef struct _ttt_client ttt_client_t;
+
 #endif
 #endif