aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas <thomas@xteddy.org>2013-10-11 14:55:57 +0100
committerThomas <thomas@xteddy.org>2013-10-11 14:55:57 +0100
commitd518067be6220757a9101ca27fff14d5f599c410 (patch)
tree933895ecc0c157d90b7c29d3ee6d5950ffe6a9e2
parentf703a30dfe2f3178202ccd5121128d4d3c4bbec8 (diff)
downloadrtmux-d518067be6220757a9101ca27fff14d5f599c410.tar.gz
rtmux-d518067be6220757a9101ca27fff14d5f599c410.tar.bz2
rtmux-d518067be6220757a9101ca27fff14d5f599c410.zip
Forward-declarations for osdep-linux
-rw-r--r--osdep-linux.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/osdep-linux.c b/osdep-linux.c
index ccac2670..20a76611 100644
--- a/osdep-linux.c
+++ b/osdep-linux.c
@@ -26,6 +26,10 @@
#include "tmux.h"
+char *osdep_get_name(int, char *);
+char *osdep_get_cwd(int);
+struct event_base *osdep_event_init(void);
+
char *
osdep_get_name(int fd, unused char *tty)
{