From a513d9943fb71607ac8c0f2f3695dec9706f1ebb Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 2 May 2016 04:21:26 -0400 Subject: start working on a client/server model similar to urxvtd/urxvtc the code is still kind of a mess, and it doesn't quite work properly yet, but it's close enough to be a start, i think --- src/runes.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/runes.h') diff --git a/src/runes.h b/src/runes.h index 6bdfce1..97a9487 100644 --- a/src/runes.h +++ b/src/runes.h @@ -9,6 +9,7 @@ struct runes_pty; struct runes_config; struct runes_display; struct runes_loop; +struct runes_socket; typedef struct runes_term RunesTerm; typedef struct runes_window RunesWindowBackend; @@ -16,6 +17,7 @@ typedef struct runes_pty RunesPtyBackend; typedef struct runes_config RunesConfig; typedef struct runes_display RunesDisplay; typedef struct runes_loop RunesLoop; +typedef struct runes_socket RunesSocket; #include "util.h" -- cgit v1.2.3-54-g00ecf