mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +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
|