aboutsummaryrefslogtreecommitdiffstats
path: root/src/runes.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-05-02 04:21:26 -0400
committerJesse Luehrs <doy@tozt.net>2016-05-02 04:37:17 -0400
commita513d9943fb71607ac8c0f2f3695dec9706f1ebb (patch)
treed55dacb37503fd6749009d61fa84c8866d668f5f /src/runes.h
parent957ef4d81438a74d530f2a3890bfcd0145c11fd9 (diff)
downloadrunes-a513d9943fb71607ac8c0f2f3695dec9706f1ebb.tar.gz
runes-a513d9943fb71607ac8c0f2f3695dec9706f1ebb.zip
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
Diffstat (limited to 'src/runes.h')
-rw-r--r--src/runes.h2
1 files changed, 2 insertions, 0 deletions
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"