Mercurial > dropbear
comparison cli-chansession.c @ 1276:9169e4e7cbee
fix empty C prototypes
author | Francois Perrad <francois.perrad@gadz.org> |
---|---|
date | Fri, 01 Jan 2016 16:30:31 +0100 |
parents | 1f9858bfe03e |
children | 750ec4ec4cbe |
comparison
equal
deleted
inserted
replaced
1275:d49bda490798 | 1276:9169e4e7cbee |
---|---|
41 static void send_chansess_pty_req(struct Channel *channel); | 41 static void send_chansess_pty_req(struct Channel *channel); |
42 static void send_chansess_shell_req(struct Channel *channel); | 42 static void send_chansess_shell_req(struct Channel *channel); |
43 static void cli_escape_handler(struct Channel *channel, unsigned char* buf, int *len); | 43 static void cli_escape_handler(struct Channel *channel, unsigned char* buf, int *len); |
44 static int cli_init_netcat(struct Channel *channel); | 44 static int cli_init_netcat(struct Channel *channel); |
45 | 45 |
46 static void cli_tty_setup(); | 46 static void cli_tty_setup(void); |
47 | 47 |
48 const struct ChanType clichansess = { | 48 const struct ChanType clichansess = { |
49 0, /* sepfds */ | 49 0, /* sepfds */ |
50 "session", /* name */ | 50 "session", /* name */ |
51 cli_initchansess, /* inithandler */ | 51 cli_initchansess, /* inithandler */ |