aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-07 07:27:28 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-07 07:27:28 +0000
commitd51f075a4e71cbde5f25cd22cf07d0b7691d4c6c (patch)
tree0ca61a4abde7bd4d524dee67ed15dee37fe9f5f8 /tmux.h
parent958069575dc663595d37a37a8273db73a4e99aa1 (diff)
downloadrtmux-d51f075a4e71cbde5f25cd22cf07d0b7691d4c6c.tar.gz
rtmux-d51f075a4e71cbde5f25cd22cf07d0b7691d4c6c.tar.bz2
rtmux-d51f075a4e71cbde5f25cd22cf07d0b7691d4c6c.zip
Use a socketpair to synchronise server startup.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index b4d285db..84e0b14e 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.138 2008-06-07 07:13:08 nicm Exp $ */
+/* $Id: tmux.h,v 1.139 2008-06-07 07:27:28 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -895,7 +895,7 @@ const char *key_string_lookup_key(int);
/* server.c */
extern struct clients clients;
-pid_t server_start(const char *);
+int server_start(const char *);
/* server-msg.c */
int server_msg_dispatch(struct client *);