mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
b5e7441d98
* mcfsutil.c: ... this. * tcputil.h: Split mcfs-specific part to * mcfsutil.h: ... this. * Makefile.am: Add mcfsutil.c and mcfsutil.h. * mcserv.c: Define own got_sigpipe, which is always 0, since mcserv doesn't call tcp_init().
8 lines
117 B
C
8 lines
117 B
C
#ifndef __TCPUTIL_H
|
|
#define __TCPUTIL_H
|
|
|
|
extern int got_sigpipe;
|
|
void tcp_init (void);
|
|
|
|
#endif /* !__TCPUTIL_H */
|