mirror of
https://github.com/tmux/tmux.git
synced 2025-04-28 16:40:36 +00: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…
Reference in New Issue
Block a user