mc/vfs/tcputil.h
2005-02-18 21:15:37 +00:00

8 lines
105 B
C

#ifndef MC_VFS_TCPUTIL_H
#define MC_VFS_TCPUTIL_H
extern int got_sigpipe;
void tcp_init (void);
#endif