mirror of
https://github.com/openwrt/packages.git
synced 2025-02-07 09:19:51 +00:00
11 lines
255 B
Diff
11 lines
255 B
Diff
--- a/remserial.c
|
|
+++ b/remserial.c
|
|
@@ -54,6 +54,7 @@ void sighandler(int sig);
|
|
int connect_to(struct sockaddr_in *addr);
|
|
void usage(char *progname);
|
|
void link_slave(int fd);
|
|
+void set_tty(int fd,char *settings);
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|