aboutsummaryrefslogtreecommitdiffstats
path: root/src/runes.h
diff options
context:
space:
mode:
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"