summaryrefslogtreecommitdiffhomepage
path: root/src/internal/ptycon_driver_impl.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-07-10 23:27:24 -0400
committermidipix <writeonce@midipix.org>2016-07-21 03:47:26 -0400
commitf26f14d0dfce321d7d9d3907334864ae2ed5fa8f (patch)
tree7f32563e235020fb6ce0efb6f4577ea28272c08f /src/internal/ptycon_driver_impl.h
parent9cf365c988f71229f6132c60287b272ddfd2f294 (diff)
downloadptycon-f26f14d0dfce321d7d9d3907334864ae2ed5fa8f.tar.bz2
ptycon-f26f14d0dfce321d7d9d3907334864ae2ed5fa8f.tar.xz
bridge: added state machine definitions.
Diffstat (limited to 'src/internal/ptycon_driver_impl.h')
-rw-r--r--src/internal/ptycon_driver_impl.h6
1 files changed, 1 insertions, 5 deletions
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 <stdio.h>
#include <ptycon/ptycon.h>
+#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;