From d518067be6220757a9101ca27fff14d5f599c410 Mon Sep 17 00:00:00 2001 From: Thomas Date: Fri, 11 Oct 2013 14:55:57 +0100 Subject: [PATCH] Forward-declarations for osdep-linux --- osdep-linux.c | 4 ++++ 1 file changed, 4 insertions(+) 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) {