mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2020-11-18 19:53:51 -08:00
Forward-declarations for osdep-linux
This commit is contained in:
parent
f703a30dfe
commit
d518067be6
@ -26,6 +26,10 @@
|
|||||||
|
|
||||||
#include "tmux.h"
|
#include "tmux.h"
|
||||||
|
|
||||||
|
char *osdep_get_name(int, char *);
|
||||||
|
char *osdep_get_cwd(int);
|
||||||
|
struct event_base *osdep_event_init(void);
|
||||||
|
|
||||||
char *
|
char *
|
||||||
osdep_get_name(int fd, unused char *tty)
|
osdep_get_name(int fd, unused char *tty)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user