aboutsummaryrefslogtreecommitdiffstats
path: root/src/runes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runes.h')
-rw-r--r--src/runes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runes.h b/src/runes.h
index ad33725..aa966a0 100644
--- a/src/runes.h
+++ b/src/runes.h
@@ -7,7 +7,7 @@ struct runes_pty;
struct runes_config;
struct runes_display;
struct runes_loop;
-struct runes_socket;
+struct runes_daemon;
typedef struct runes_term RunesTerm;
typedef struct runes_window RunesWindowBackend;
@@ -16,7 +16,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;
+typedef struct runes_daemon RunesDaemon;
#include "util.h"