diff options
author | Thomas <thomas@xteddy.org> | 2013-10-11 14:55:57 +0100 |
---|---|---|
committer | Thomas <thomas@xteddy.org> | 2013-10-11 14:55:57 +0100 |
commit | d518067be6220757a9101ca27fff14d5f599c410 (patch) | |
tree | 933895ecc0c157d90b7c29d3ee6d5950ffe6a9e2 /osdep-linux.c | |
parent | f703a30dfe2f3178202ccd5121128d4d3c4bbec8 (diff) | |
download | rtmux-d518067be6220757a9101ca27fff14d5f599c410.tar.gz rtmux-d518067be6220757a9101ca27fff14d5f599c410.tar.bz2 rtmux-d518067be6220757a9101ca27fff14d5f599c410.zip |
Forward-declarations for osdep-linux
Diffstat (limited to 'osdep-linux.c')
-rw-r--r-- | osdep-linux.c | 4 |
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) { |