mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
8 lines
105 B
C
8 lines
105 B
C
#ifndef MC_VFS_TCPUTIL_H
|
|
#define MC_VFS_TCPUTIL_H
|
|
|
|
extern int got_sigpipe;
|
|
void tcp_init (void);
|
|
|
|
#endif
|