summaryrefslogtreecommitdiffhomepage
path: root/src/internal/ptycon_driver_impl.h
diff options
context:
space:
mode:
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;