mirror of
https://github.com/tmate-io/tmate.git
synced 2024-12-26 00:29:46 +01:00
Forward-declarations for osdep-linux
This commit is contained in:
parent
f703a30dfe
commit
d518067be6
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user