X-Git-Url: https://git.cworth.org/git?p=ttt;a=blobdiff_plain;f=src%2Fttt.h;h=c3e8c5c25fa88abb9c1b91df910ebc889bc7f536;hp=aaa1ed0ab4d524bd4ec7468916e315a0173acc20;hb=907321c065fb1383e800f0794981df91d4327f57;hpb=15672ac8305a1c5ba0d9bf6edabb0a194c30628e diff --git a/src/ttt.h b/src/ttt.h index aaa1ed0..c3e8c5c 100644 --- a/src/ttt.h +++ b/src/ttt.h @@ -69,4 +69,7 @@ typedef enum { TTT_STATUS_EOF } ttt_status_t; +typedef struct _ttt_server ttt_server_t; +typedef struct _ttt_client ttt_client_t; + #endif