aboutsummaryrefslogtreecommitdiffstats
path: root/src/daemon.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-05-14 22:03:43 -0400
committerJesse Luehrs <doy@tozt.net>2016-05-14 22:03:43 -0400
commitd5b52a1302ef4409424ec0633ccf9bd72359ea32 (patch)
tree76d90c6b51f8bf234cc19cce75147d6089a1b808 /src/daemon.h
parentbfe96a6aa5fa3ca9a05b658efbcaee9dc01b5235 (diff)
downloadrunes-d5b52a1302ef4409424ec0633ccf9bd72359ea32.tar.gz
runes-d5b52a1302ef4409424ec0633ccf9bd72359ea32.zip
refactor/rewrite the client/server protocol handling
also pass the environment and current directory over as well
Diffstat (limited to 'src/daemon.h')
-rw-r--r--src/daemon.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/daemon.h b/src/daemon.h
index 733e940..daf010e 100644
--- a/src/daemon.h
+++ b/src/daemon.h
@@ -8,7 +8,6 @@ struct runes_daemon {
RunesWindowBackend *wb;
char *sock_name;
int sock;
- int client_sock;
};
RunesDaemon *runes_daemon_new(RunesLoop *loop, RunesWindowBackend *wb);