From f26f14d0dfce321d7d9d3907334864ae2ed5fa8f Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 10 Jul 2016 23:27:24 -0400 Subject: bridge: added state machine definitions. --- src/internal/ptycon_driver_impl.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/internal/ptycon_driver_impl.h') diff --git a/src/internal/ptycon_driver_impl.h b/src/internal/ptycon_driver_impl.h index 22b4409..13a2e35 100644 --- a/src/internal/ptycon_driver_impl.h +++ b/src/internal/ptycon_driver_impl.h @@ -9,6 +9,7 @@ #include #include +#include "ptycon_bridge_impl.h" #include "argv/argv.h" extern const struct argv_option ptyc_default_options[]; @@ -28,11 +29,6 @@ enum app_tags { TAG_WAIT, }; -struct ptyc_term_ctx { - void * hin; - void * hout; -}; - struct ptyc_loop_ctx { nt_thread_params treader; nt_thread_params twriter; -- cgit v1.2.3